Html Css Color HEX #A28AAA Amethyst Smoke

📋 copy color: '#A28AAA'

red 162 ◦ green 138 ◦ blue 170

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

Shades of Amethyst Smoke #A28AAA

Tints of Amethyst Smoke #A28AAA

RGB

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

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

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

R = 34.47%
G = 29.36%
B = 36.17%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A28AAA (or 0xA28AAA) is known color: Amethyst Smoke. HEX triplet: A2, 8A and AA. RGB value is (162,138,170). Sum of RGB (Red+Green+Blue) = 162+138+170=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A28AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28AAA is #5D7555. Grayscale: #949494. Windows color (decimal): -6124886 or 11176610. OLE color: 11176610.

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

Color convert

RGB 162 138 170 -
CMYK 0.05 0.19 0 0.33
HSL 285º 0.16% 0.6% -
HSV(B) 285º 0.19% 0.67% -
XYZ 31.24 28.76 41.93 -
YUV 148.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 162 138 170 0.05 0.19 0 0.33 285 0.16 0.6
Hex A2 8A AA 5 13 0 21 11D 10 3C
Octal 242 212 252 5 23 0 41 435 20 74
Binary 10100010 10001010 10101010 101 10011 0 100001 100011101 10000 111100

Color Harmonies of #A28AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28AAA

Black with #A28AAA

Text Example


Text Example

White with #A28AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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