Html Css Color HEX #A28BAA Amethyst Smoke

📋 copy color: '#A28BAA'

red 162 ◦ green 139 ◦ blue 170

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

Shades of Amethyst Smoke #A28BAA

Tints of Amethyst Smoke #A28BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

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

R = 34.39%
G = 29.51%
B = 36.09%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A28BAA (or 0xA28BAA) is known color: Amethyst Smoke. HEX triplet: A2, 8B and AA. RGB value is (162,139,170). Sum of RGB (Red+Green+Blue) = 162+139+170=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #A28BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28BAA is #5D7455. Grayscale: #959595. Windows color (decimal): -6124630 or 11176866. OLE color: 11176866.

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

Color convert

RGB 162 139 170 -
CMYK 0.05 0.18 0 0.33
HSL 284.52º 0.15% 0.61% -
HSV(B) 284.52º 0.18% 0.67% -
XYZ 31.39 29.05 41.98 -
YUV 149.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 162 139 170 0.05 0.18 0 0.33 284.52 0.15 0.61
Hex A2 8B AA 5 12 0 21 11D F 3D
Octal 242 213 252 5 22 0 41 435 17 75
Binary 10100010 10001011 10101010 101 10010 0 100001 100011101 1111 111101

Color Harmonies of #A28BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BAA

Black with #A28BAA

Text Example


Text Example

White with #A28BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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