Html Css Color HEX #A085A7 Amethyst Smoke

📋 copy color: '#A085A7'

red 160 ◦ green 133 ◦ blue 167

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

Shades of Amethyst Smoke #A085A7

Tints of Amethyst Smoke #A085A7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.91%

 BLUE value IS 167 (65.63% from 255) = 36.3%

R = 34.78%
G = 28.91%
B = 36.3%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A085A7 (or 0xA085A7) is known color: Amethyst Smoke. HEX triplet: A0, 85 and A7. RGB value is (160,133,167). Sum of RGB (Red+Green+Blue) = 160+133+167=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 167 - color contains mainly: blue. Hex color #A085A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A085A7 is #5F7A58. Grayscale: #909090. Windows color (decimal): -6257241 or 10978720. OLE color: 10978720.

HSL color Cylindrical-coordinate representation of color #A085A7: hue angle of 287.65º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A085A7 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 133 167 -
CMYK 0.04 0.20 0 0.35
HSL 287.65º 0.16% 0.59% -
HSV(B) 287.65º 0.2% 0.65% -
XYZ 29.86 27.04 40.2 -
YUV 144.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 160 133 167 0.04 0.20 0 0.35 287.65 0.16 0.59
Hex A0 85 A7 4 14 0 23 120 10 3B
Octal 240 205 247 4 24 0 43 440 20 73
Binary 10100000 10000101 10100111 100 10100 0 100011 100100000 10000 111011

Color Harmonies of #A085A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085A7

Black with #A085A7

Text Example


Text Example

White with #A085A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085A7; }

 p { color: rgb(160,133,167); }

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

background-color css

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

 a { background-color: rgb(160,133,167); }

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

border-color css

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

 span { border-color: rgb(160,133,167); }

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