Html Css Color HEX #A28ECE Cold Purple

📋 copy color: '#A28ECE'

red 162 ◦ green 142 ◦ blue 206

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

Shades of Cold Purple #A28ECE

Tints of Cold Purple #A28ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 31.76%
G = 27.84%
B = 40.39%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A28ECE (or 0xA28ECE) is known color: Cold Purple. HEX triplet: A2, 8E and CE. RGB value is (162,142,206). Sum of RGB (Red+Green+Blue) = 162+142+206=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A28ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ECE is #5D7131. Grayscale: #9B9B9B. Windows color (decimal): -6123826 or 13536930. OLE color: 13536930.

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

Color convert

RGB 162 142 206 -
CMYK 0.21 0.31 0 0.19
HSL 258.75º 0.4% 0.68% -
HSV(B) 258.75º 0.31% 0.81% -
XYZ 35.71 31.48 62.59 -
YUV 155.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 162 142 206 0.21 0.31 0 0.19 258.75 0.4 0.68
Hex A2 8E CE 15 1F 0 13 103 28 44
Octal 242 216 316 25 37 0 23 403 50 104
Binary 10100010 10001110 11001110 10101 11111 0 10011 100000011 101000 1000100

Color Harmonies of #A28ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ECE

Black with #A28ECE

Text Example


Text Example

White with #A28ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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