Html Css Color HEX #A28ECC Cold Purple

📋 copy color: '#A28ECC'

red 162 ◦ green 142 ◦ blue 204

#A28ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A28ECC

Tints of Cold Purple #A28ECC

RGB

 RED value IS 162 (63.67% from 255) = 31.89%

 GREEN value IS 142 (55.86% from 255) = 27.95%

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 31.89%
G = 27.95%
B = 40.16%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A28ECC (or 0xA28ECC) is known color: Cold Purple. HEX triplet: A2, 8E and CC. RGB value is (162,142,204). Sum of RGB (Red+Green+Blue) = 162+142+204=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A28ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ECC is #5D7133. Grayscale: #9A9A9A. Windows color (decimal): -6123828 or 13405858. OLE color: 13405858.

HSL color Cylindrical-coordinate representation of color #A28ECC: hue angle of 259.35º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28ECC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 142 204 -
CMYK 0.21 0.30 0 0.2
HSL 259.35º 0.38% 0.68% -
HSV(B) 259.35º 0.3% 0.8% -
XYZ 35.47 31.39 61.32 -
YUV 155.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 162 142 204 0.21 0.30 0 0.2 259.35 0.38 0.68
Hex A2 8E CC 15 1E 0 14 103 26 44
Octal 242 216 314 25 36 0 24 403 46 104
Binary 10100010 10001110 11001100 10101 11110 0 10100 100000011 100110 1000100

Color Harmonies of #A28ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ECC

Black with #A28ECC

Text Example


Text Example

White with #A28ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ECC; }

 p { color: rgb(162,142,204); }

 H1.HeaderClassName
 {
   color: #A28ECC;
 }
 .AnyTagClassName
 {
   color: #A28ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(162,142,204); }

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

border-color css

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

 span { border-color: rgb(162,142,204); }

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