Html Css Color HEX #A287AA Amethyst Smoke

📋 copy color: '#A287AA'

red 162 ◦ green 135 ◦ blue 170

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

Shades of Amethyst Smoke #A287AA

Tints of Amethyst Smoke #A287AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.91%

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

R = 34.69%
G = 28.91%
B = 36.4%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A287AA (or 0xA287AA) is known color: Amethyst Smoke. HEX triplet: A2, 87 and AA. RGB value is (162,135,170). Sum of RGB (Red+Green+Blue) = 162+135+170=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A287AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A287AA is #5D7855. Grayscale: #929292. Windows color (decimal): -6125654 or 11175842. OLE color: 11175842.

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

Color convert

RGB 162 135 170 -
CMYK 0.05 0.21 0 0.33
HSL 286.29º 0.17% 0.6% -
HSV(B) 286.29º 0.21% 0.67% -
XYZ 30.82 27.91 41.79 -
YUV 147.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 162 135 170 0.05 0.21 0 0.33 286.29 0.17 0.6
Hex A2 87 AA 5 15 0 21 11E 11 3C
Octal 242 207 252 5 25 0 41 436 21 74
Binary 10100010 10000111 10101010 101 10101 0 100001 100011110 10001 111100

Color Harmonies of #A287AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287AA

Black with #A287AA

Text Example


Text Example

White with #A287AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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