Html Css Color HEX #A28DAA Amethyst Smoke

📋 copy color: '#A28DAA'

red 162 ◦ green 141 ◦ blue 170

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

Shades of Amethyst Smoke #A28DAA

Tints of Amethyst Smoke #A28DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.81%

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

R = 34.25%
G = 29.81%
B = 35.94%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A28DAA (or 0xA28DAA) is known color: Amethyst Smoke. HEX triplet: A2, 8D and AA. RGB value is (162,141,170). Sum of RGB (Red+Green+Blue) = 162+141+170=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #A28DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DAA is #5D7255. Grayscale: #969696. Windows color (decimal): -6124118 or 11177378. OLE color: 11177378.

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

Color convert

RGB 162 141 170 -
CMYK 0.05 0.17 0 0.33
HSL 283.45º 0.15% 0.61% -
HSV(B) 283.45º 0.17% 0.67% -
XYZ 31.68 29.63 42.08 -
YUV 150.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 162 141 170 0.05 0.17 0 0.33 283.45 0.15 0.61
Hex A2 8D AA 5 11 0 21 11B F 3D
Octal 242 215 252 5 21 0 41 433 17 75
Binary 10100010 10001101 10101010 101 10001 0 100001 100011011 1111 111101

Color Harmonies of #A28DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DAA

Black with #A28DAA

Text Example


Text Example

White with #A28DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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