#A08BC4

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

Shades of Cold Purple #A08BC4

Tints of Cold Purple #A08BC4

Color information

#A08BC4 (or 0xA08BC4) is unknown color: approx Cold Purple. HEX triplet: A0, 8B and C4. RGB value is (160,139,196). Sum of RGB (Red+Green+Blue) = 160+139+196=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #A08BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BC4 is #5F743B. Grayscale: #979797. Windows color (decimal): -6255676 or 12880800. OLE color: 12880800.

HSL color Cylindrical-coordinate representation of color #A08BC4: hue angle of 262.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08BC4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160139196-
CMYK0.180.2900.23
HSL262.11º32.57%65.69%-
HSV(B)262.11º29.08%76.86%-
XYZ33.6929.9256.22-
YUV151.78152.96133.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=32.32%
G=28.08%
B=39.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601391960.180.2900.23262.1132.5765.69
HexA08BC4121D0171062142
Octal240213304223502740641102
Binary10100000100010111100010010010111010101111000001101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BC4; }

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

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

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

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

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

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

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

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