#A481CB

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

Shades of Cold Purple #A481CB

Tints of Cold Purple #A481CB

Color information

#A481CB (or 0xA481CB) is unknown color: approx Cold Purple. HEX triplet: A4, 81 and CB. RGB value is (164,129,203). Sum of RGB (Red+Green+Blue) = 164+129+203=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #A481CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481CB is #5B7E34. Grayscale: #939393. Windows color (decimal): -5996085 or 13336996. OLE color: 13336996.

HSL color Cylindrical-coordinate representation of color #A481CB: hue angle of 268.38º 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 #A481CB is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164129203-
CMYK0.190.3600.20
HSL268.38º41.57%65.1%-
HSV(B)268.38º36.45%79.61%-
XYZ33.9427.960.1-
YUV147.9159.1139.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=33.06%
G=26.01%
B=40.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641292030.190.3600.20268.3841.5765.1
HexA481CB132401410c2a41
Octal244201313234402441452101
Binary101001001000000111001011100111001000101001000011001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481CB; }

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

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

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

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

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

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

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

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