Html Css Color HEX #A28DCE Cold Purple

📋 copy color: '#A28DCE'

red 162 ◦ green 141 ◦ blue 206

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

Shades of Cold Purple #A28DCE

Tints of Cold Purple #A28DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

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

R = 31.83%
G = 27.7%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A28DCE (or 0xA28DCE) is known color: Cold Purple. HEX triplet: A2, 8D and CE. RGB value is (162,141,206). Sum of RGB (Red+Green+Blue) = 162+141+206=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A28DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DCE is #5D7231. Grayscale: #9A9A9A. Windows color (decimal): -6124082 or 13536674. OLE color: 13536674.

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

Color convert

RGB 162 141 206 -
CMYK 0.21 0.32 0 0.19
HSL 259.38º 0.4% 0.68% -
HSV(B) 259.38º 0.32% 0.81% -
XYZ 35.57 31.19 62.54 -
YUV 154.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 162 141 206 0.21 0.32 0 0.19 259.38 0.4 0.68
Hex A2 8D CE 15 20 0 13 103 28 44
Octal 242 215 316 25 40 0 23 403 50 104
Binary 10100010 10001101 11001110 10101 100000 0 10011 100000011 101000 1000100

Color Harmonies of #A28DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DCE

Black with #A28DCE

Text Example


Text Example

White with #A28DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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