Html Css Color HEX #A28FAA Amethyst Smoke

📋 copy color: '#A28FAA'

red 162 ◦ green 143 ◦ blue 170

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

Shades of Amethyst Smoke #A28FAA

Tints of Amethyst Smoke #A28FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.11%

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

R = 34.11%
G = 30.11%
B = 35.79%

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

#A28FAA (or 0xA28FAA) is known color: Amethyst Smoke. HEX triplet: A2, 8F and AA. RGB value is (162,143,170). Sum of RGB (Red+Green+Blue) = 162+143+170=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #A28FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FAA is #5D7055. Grayscale: #979797. Windows color (decimal): -6123606 or 11177890. OLE color: 11177890.

HSL color Cylindrical-coordinate representation of color #A28FAA: hue angle of 282.22º 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 #A28FAA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 143 170 -
CMYK 0.05 0.16 0 0.33
HSL 282.22º 0.14% 0.61% -
HSV(B) 282.22º 0.16% 0.67% -
XYZ 31.98 30.23 42.18 -
YUV 151.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 162 143 170 0.05 0.16 0 0.33 282.22 0.14 0.61
Hex A2 8F AA 5 10 0 21 11A E 3D
Octal 242 217 252 5 20 0 41 432 16 75
Binary 10100010 10001111 10101010 101 10000 0 100001 100011010 1110 111101

Color Harmonies of #A28FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FAA

Black with #A28FAA

Text Example


Text Example

White with #A28FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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