#A08BCB

Color #A08BCB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A08BCB

Tints of Cold Purple #A08BCB

Color information

#A08BCB (or 0xA08BCB) is unknown color: approx Cold Purple. HEX triplet: A0, 8B and CB. RGB value is (160,139,203). Sum of RGB (Red+Green+Blue) = 160+139+203=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BCB is #5F7434. Grayscale: #989898. Windows color (decimal): -6255669 or 13339552. OLE color: 13339552.

HSL color Cylindrical-coordinate representation of color #A08BCB: hue angle of 259.69º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08BCB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160139203-
CMYK0.210.3200.20
HSL259.69º38.1%67.06%-
HSV(B)259.69º31.53%79.61%-
XYZ34.5130.2560.52-
YUV152.57156.46133.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=31.87%
G=27.69%
B=40.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601392030.210.3200.20259.6938.167.06
HexA08BCB15200141042643
Octal240213313254002440446103
Binary101000001000101111001011101011000000101001000001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BCB; }

 p { color: rgb(160,139,203); }

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

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

 a { background-color: rgb(160,139,203); }

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

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

 span { border-color: rgb(160,139,203); }

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