Html Css Color HEX #A28EAA Amethyst Smoke

📋 copy color: '#A28EAA'

red 162 ◦ green 142 ◦ blue 170

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

Shades of Amethyst Smoke #A28EAA

Tints of Amethyst Smoke #A28EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.96%

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 34.18%
G = 29.96%
B = 35.86%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A28EAA (or 0xA28EAA) is known color: Amethyst Smoke. HEX triplet: A2, 8E and AA. RGB value is (162,142,170). Sum of RGB (Red+Green+Blue) = 162+142+170=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A28EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28EAA is #5D7155. Grayscale: #979797. Windows color (decimal): -6123862 or 11177634. OLE color: 11177634.

HSL color Cylindrical-coordinate representation of color #A28EAA: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28EAA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 142 170 -
CMYK 0.05 0.16 0 0.33
HSL 282.86º 0.14% 0.61% -
HSV(B) 282.86º 0.16% 0.67% -
XYZ 31.83 29.93 42.13 -
YUV 151.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 162 142 170 0.05 0.16 0 0.33 282.86 0.14 0.61
Hex A2 8E AA 5 10 0 21 11B E 3D
Octal 242 216 252 5 20 0 41 433 16 75
Binary 10100010 10001110 10101010 101 10000 0 100001 100011011 1110 111101

Color Harmonies of #A28EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EAA

Black with #A28EAA

Text Example


Text Example

White with #A28EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EAA; }

 p { color: rgb(162,142,170); }

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

background-color css

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

 a { background-color: rgb(162,142,170); }

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

border-color css

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

 span { border-color: rgb(162,142,170); }

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