Html Css Color HEX #A28ECA Cold Purple

📋 copy color: '#A28ECA'

red 162 ◦ green 142 ◦ blue 202

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

Shades of Cold Purple #A28ECA

Tints of Cold Purple #A28ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 32.02%
G = 28.06%
B = 39.92%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A28ECA (or 0xA28ECA) is known color: Cold Purple. HEX triplet: A2, 8E and CA. RGB value is (162,142,202). Sum of RGB (Red+Green+Blue) = 162+142+202=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #A28ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ECA is #5D7135. Grayscale: #9A9A9A. Windows color (decimal): -6123830 or 13274786. OLE color: 13274786.

HSL color Cylindrical-coordinate representation of color #A28ECA: hue angle of 260º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28ECA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 142 202 -
CMYK 0.20 0.30 0 0.21
HSL 260º 0.36% 0.67% -
HSV(B) 260º 0.3% 0.79% -
XYZ 35.23 31.29 60.06 -
YUV 154.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 162 142 202 0.20 0.30 0 0.21 260 0.36 0.67
Hex A2 8E CA 14 1E 0 15 104 24 43
Octal 242 216 312 24 36 0 25 404 44 103
Binary 10100010 10001110 11001010 10100 11110 0 10101 100000100 100100 1000011

Color Harmonies of #A28ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ECA

Black with #A28ECA

Text Example


Text Example

White with #A28ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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