Html Css Color HEX #A28DCC Cold Purple

📋 copy color: '#A28DCC'

red 162 ◦ green 141 ◦ blue 204

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

Shades of Cold Purple #A28DCC

Tints of Cold Purple #A28DCC

RGB

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

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

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

R = 31.95%
G = 27.81%
B = 40.24%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A28DCC (or 0xA28DCC) is known color: Cold Purple. HEX triplet: A2, 8D and CC. RGB value is (162,141,204). Sum of RGB (Red+Green+Blue) = 162+141+204=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A28DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DCC is #5D7233. Grayscale: #9A9A9A. Windows color (decimal): -6124084 or 13405602. OLE color: 13405602.

HSL color Cylindrical-coordinate representation of color #A28DCC: hue angle of 260º degrees, saturation: 0.38, 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 #A28DCC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 141 204 -
CMYK 0.21 0.31 0 0.2
HSL 260º 0.38% 0.68% -
HSV(B) 260º 0.31% 0.8% -
XYZ 35.32 31.09 61.27 -
YUV 154.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 162 141 204 0.21 0.31 0 0.2 260 0.38 0.68
Hex A2 8D CC 15 1F 0 14 104 26 44
Octal 242 215 314 25 37 0 24 404 46 104
Binary 10100010 10001101 11001100 10101 11111 0 10100 100000100 100110 1000100

Color Harmonies of #A28DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DCC

Black with #A28DCC

Text Example


Text Example

White with #A28DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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