Html Css Color HEX #A07FAA Amethyst Smoke

📋 copy color: '#A07FAA'

red 160 ◦ green 127 ◦ blue 170

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

Shades of Amethyst Smoke #A07FAA

Tints of Amethyst Smoke #A07FAA

RGB

 RED value IS 160 (62.89% from 255) = 35.01%

 GREEN value IS 127 (50% from 255) = 27.79%

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

R = 35.01%
G = 27.79%
B = 37.2%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07FAA (or 0xA07FAA) is known color: Amethyst Smoke. HEX triplet: A0, 7F and AA. RGB value is (160,127,170). Sum of RGB (Red+Green+Blue) = 160+127+170=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A07FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAA is #5F8055. Grayscale: #8D8D8D. Windows color (decimal): -6258774 or 11173792. OLE color: 11173792.

HSL color Cylindrical-coordinate representation of color #A07FAA: hue angle of 286.05º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07FAA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 127 170 -
CMYK 0.06 0.25 0 0.33
HSL 286.05º 0.2% 0.58% -
HSV(B) 286.05º 0.25% 0.67% -
XYZ 29.34 25.55 41.42 -
YUV 141.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 160 127 170 0.06 0.25 0 0.33 286.05 0.2 0.58
Hex A0 7F AA 6 19 0 21 11E 14 3A
Octal 240 177 252 6 31 0 41 436 24 72
Binary 10100000 1111111 10101010 110 11001 0 100001 100011110 10100 111010

Color Harmonies of #A07FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FAA

Black with #A07FAA

Text Example


Text Example

White with #A07FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FAA; }

 p { color: rgb(160,127,170); }

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

background-color css

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

 a { background-color: rgb(160,127,170); }

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

border-color css

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

 span { border-color: rgb(160,127,170); }

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