#A281C8

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

Shades of Cold Purple #A281C8

Tints of Cold Purple #A281C8

Color information

#A281C8 (or 0xA281C8) is unknown color: approx Cold Purple. HEX triplet: A2, 81 and C8. RGB value is (162,129,200). Sum of RGB (Red+Green+Blue) = 162+129+200=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #A281C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281C8 is #5D7E37. Grayscale: #929292. Windows color (decimal): -6127160 or 13140386. OLE color: 13140386.

HSL color Cylindrical-coordinate representation of color #A281C8: hue angle of 267.89º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A281C8 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162129200-
CMYK0.190.3600.22
HSL267.89º39.23%64.51%-
HSV(B)267.89º35.5%78.43%-
XYZ33.1827.5558.21-
YUV146.96157.93138.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 200 (78.52% from 255) = 40.73%
R=32.99%
G=26.27%
B=40.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621292000.190.3600.22267.8939.2364.51
HexA281C8132401610c2741
Octal242201310234402641447101
Binary101000101000000111001000100111001000101101000011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281C8; }

 p { color: rgb(162,129,200); }

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

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

 a { background-color: rgb(162,129,200); }

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

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

 span { border-color: rgb(162,129,200); }

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