#A82BCB

Color #A82BCB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A82BCB

Tints of Dark Orchid #A82BCB

Color information

#A82BCB (or 0xA82BCB) is unknown color: approx Dark Orchid. HEX triplet: A8, 2B and CB. RGB value is (168,43,203). Sum of RGB (Red+Green+Blue) = 168+43+203=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #A82BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BCB is #57D434. Grayscale: #626262. Windows color (decimal): -5755957 or 13314984. OLE color: 13314984.

HSL color Cylindrical-coordinate representation of color #A82BCB: hue angle of 286.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82BCB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16843203-
CMYK0.170.7900.20
HSL286.88º65.04%48.24%-
HSV(B)286.88º78.82%79.61%-
XYZ27.7914.3657.81-
YUV98.62186.91177.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 43 (17.19% from 255) = 10.39%
BLUE value IS 203 (79.69% from 255) = 49.03%
R=40.58%
G=10.39%
B=49.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168432030.170.7900.20286.8865.0448.24
HexA82BCB114F01411f4130
Octal250533132111702443710160
Binary10101000101011110010111000110011110101001000111111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82BCB; }

 p { color: rgb(168,43,203); }

 H1.HeaderClassName
 {
   color: #A82BCB;
 }
 .AnyTagClassName
 {
   color: #A82BCB;
 }
</style>
background-color css

<style>
 a { background-color: #A82BCB; }

 a { background-color: rgb(168,43,203); }

 div.DivClassName
 {
   background-color: #A82BCB;
 }
 .BgClassName
 {
   background-color: #A82BCB;
 }
</style>
border-color css

<style>
 span { border-color: #A82BCB; }

 span { border-color: rgb(168,43,203); }

 td.TdClassName
 {
   border-color: #A82BCB;
 }
 .TagClassName
 {
   border-color: #A82BCB;
 }
</style>