Html Css Color HEX #A28AA9 Amethyst Smoke

📋 copy color: '#A28AA9'

red 162 ◦ green 138 ◦ blue 169

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

Shades of Amethyst Smoke #A28AA9

Tints of Amethyst Smoke #A28AA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 34.54%
G = 29.42%
B = 36.03%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A28AA9 (or 0xA28AA9) is known color: Amethyst Smoke. HEX triplet: A2, 8A and A9. RGB value is (162,138,169). Sum of RGB (Red+Green+Blue) = 162+138+169=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #A28AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28AA9 is #5D7556. Grayscale: #949494. Windows color (decimal): -6124887 or 11111074. OLE color: 11111074.

HSL color Cylindrical-coordinate representation of color #A28AA9: hue angle of 286.45º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28AA9 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 138 169 -
CMYK 0.04 0.18 0 0.34
HSL 286.45º 0.15% 0.6% -
HSV(B) 286.45º 0.18% 0.66% -
XYZ 31.15 28.72 41.44 -
YUV 148.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 162 138 169 0.04 0.18 0 0.34 286.45 0.15 0.6
Hex A2 8A A9 4 12 0 22 11E F 3C
Octal 242 212 251 4 22 0 42 436 17 74
Binary 10100010 10001010 10101001 100 10010 0 100010 100011110 1111 111100

Color Harmonies of #A28AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AA9

Black with #A28AA9

Text Example


Text Example

White with #A28AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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