Html Css Color HEX #A28AC9 Cold Purple

📋 copy color: '#A28AC9'

red 162 ◦ green 138 ◦ blue 201

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

Shades of Cold Purple #A28AC9

Tints of Cold Purple #A28AC9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

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

R = 32.34%
G = 27.54%
B = 40.12%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A28AC9 (or 0xA28AC9) is known color: Cold Purple. HEX triplet: A2, 8A and C9. RGB value is (162,138,201). Sum of RGB (Red+Green+Blue) = 162+138+201=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #A28AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AC9 is #5D7536. Grayscale: #989898. Windows color (decimal): -6124855 or 13208226. OLE color: 13208226.

HSL color Cylindrical-coordinate representation of color #A28AC9: hue angle of 262.86º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28AC9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 138 201 -
CMYK 0.19 0.31 0 0.21
HSL 262.86º 0.37% 0.66% -
HSV(B) 262.86º 0.31% 0.79% -
XYZ 34.53 30.08 59.24 -
YUV 152.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 162 138 201 0.19 0.31 0 0.21 262.86 0.37 0.66
Hex A2 8A C9 13 1F 0 15 107 25 42
Octal 242 212 311 23 37 0 25 407 45 102
Binary 10100010 10001010 11001001 10011 11111 0 10101 100000111 100101 1000010

Color Harmonies of #A28AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AC9

Black with #A28AC9

Text Example


Text Example

White with #A28AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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