Html Css Color HEX #A28DCD Cold Purple

📋 copy color: '#A28DCD'

red 162 ◦ green 141 ◦ blue 205

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

Shades of Cold Purple #A28DCD

Tints of Cold Purple #A28DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 31.89%
G = 27.76%
B = 40.35%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A28DCD (or 0xA28DCD) is known color: Cold Purple. HEX triplet: A2, 8D and CD. RGB value is (162,141,205). Sum of RGB (Red+Green+Blue) = 162+141+205=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DCD is #5D7232. Grayscale: #9A9A9A. Windows color (decimal): -6124083 or 13471138. OLE color: 13471138.

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

Color convert

RGB 162 141 205 -
CMYK 0.21 0.31 0 0.20
HSL 259.69º 0.39% 0.68% -
HSV(B) 259.69º 0.31% 0.8% -
XYZ 35.44 31.14 61.9 -
YUV 154.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 162 141 205 0.21 0.31 0 0.20 259.69 0.39 0.68
Hex A2 8D CD 15 1F 0 14 104 27 44
Octal 242 215 315 25 37 0 24 404 47 104
Binary 10100010 10001101 11001101 10101 11111 0 10100 100000100 100111 1000100

Color Harmonies of #A28DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DCD

Black with #A28DCD

Text Example


Text Example

White with #A28DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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