#A281CE

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

Shades of Cold Purple #A281CE

Tints of Cold Purple #A281CE

Color information

#A281CE (or 0xA281CE) is unknown color: approx Cold Purple. HEX triplet: A2, 81 and CE. RGB value is (162,129,206). Sum of RGB (Red+Green+Blue) = 162+129+206=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #A281CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281CE is #5D7E31. Grayscale: #939393. Windows color (decimal): -6127154 or 13533602. OLE color: 13533602.

HSL color Cylindrical-coordinate representation of color #A281CE: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A281CE is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162129206-
CMYK0.210.3700.19
HSL265.71º44%65.69%-
HSV(B)265.71º37.38%80.78%-
XYZ33.8927.8461.98-
YUV147.65160.93138.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=32.60%
G=25.96%
B=41.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621292060.210.3700.19265.714465.69
HexA281CE152501310a2c42
Octal242201316254502341254102
Binary101000101000000111001110101011001010100111000010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281CE; }

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

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

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

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

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

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

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

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