#A081CB

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

Shades of Cold Purple #A081CB

Tints of Cold Purple #A081CB

Color information

#A081CB (or 0xA081CB) is unknown color: approx Cold Purple. HEX triplet: A0, 81 and CB. RGB value is (160,129,203). Sum of RGB (Red+Green+Blue) = 160+129+203=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A081CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081CB is #5F7E34. Grayscale: #929292. Windows color (decimal): -6258229 or 13336992. OLE color: 13336992.

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

Color convert

RGB160129203-
CMYK0.210.3600.20
HSL265.14º41.57%65.1%-
HSV(B)265.14º36.45%79.61%-
XYZ33.1327.4960.06-
YUV146.7159.77137.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=32.52%
G=26.22%
B=41.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601292030.210.3600.20265.1441.5765.1
HexA081CB15240141092a41
Octal240201313254402441152101
Binary101000001000000111001011101011001000101001000010011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081CB; }

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

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

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

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

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

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

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

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