#A282CE

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

Shades of Cold Purple #A282CE

Tints of Cold Purple #A282CE

Color information

#A282CE (or 0xA282CE) is unknown color: approx Cold Purple. HEX triplet: A2, 82 and CE. RGB value is (162,130,206). Sum of RGB (Red+Green+Blue) = 162+130+206=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #A282CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282CE is #5D7D31. Grayscale: #939393. Windows color (decimal): -6126898 or 13533858. OLE color: 13533858.

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

Color convert

RGB162130206-
CMYK0.210.3700.19
HSL265.26º43.68%65.88%-
HSV(B)265.26º36.89%80.78%-
XYZ34.0228.162.02-
YUV148.23160.6137.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=32.53%
G=26.10%
B=41.37%

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
Decimal1621302060.210.3700.19265.2643.6865.88
HexA282CE15250131092c42
Octal242202316254502341154102
Binary101000101000001011001110101011001010100111000010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A282CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A282CE; }

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

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

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

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

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

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

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

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