Html Css Color HEX #A28CC9 Cold Purple

📋 copy color: '#A28CC9'

red 162 ◦ green 140 ◦ blue 201

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

Shades of Cold Purple #A28CC9

Tints of Cold Purple #A28CC9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 32.21%
G = 27.83%
B = 39.96%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A28CC9 (or 0xA28CC9) is known color: Cold Purple. HEX triplet: A2, 8C and C9. RGB value is (162,140,201). Sum of RGB (Red+Green+Blue) = 162+140+201=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #A28CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CC9 is #5D7336. Grayscale: #999999. Windows color (decimal): -6124343 or 13208738. OLE color: 13208738.

HSL color Cylindrical-coordinate representation of color #A28CC9: hue angle of 261.64º 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 #A28CC9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 140 201 -
CMYK 0.19 0.30 0 0.21
HSL 261.64º 0.36% 0.67% -
HSV(B) 261.64º 0.3% 0.79% -
XYZ 34.82 30.65 59.34 -
YUV 153.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 162 140 201 0.19 0.30 0 0.21 261.64 0.36 0.67
Hex A2 8C C9 13 1E 0 15 106 24 43
Octal 242 214 311 23 36 0 25 406 44 103
Binary 10100010 10001100 11001001 10011 11110 0 10101 100000110 100100 1000011

Color Harmonies of #A28CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CC9

Black with #A28CC9

Text Example


Text Example

White with #A28CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CC9; }

 p { color: rgb(162,140,201); }

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

background-color css

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

 a { background-color: rgb(162,140,201); }

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

border-color css

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

 span { border-color: rgb(162,140,201); }

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