Html Css Color HEX #A093A7 Amethyst Smoke

📋 copy color: '#A093A7'

red 160 ◦ green 147 ◦ blue 167

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

Shades of Amethyst Smoke #A093A7

Tints of Amethyst Smoke #A093A7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

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

R = 33.76%
G = 31.01%
B = 35.23%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A093A7 (or 0xA093A7) is known color: Amethyst Smoke. HEX triplet: A0, 93 and A7. RGB value is (160,147,167). Sum of RGB (Red+Green+Blue) = 160+147+167=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 167 - color contains mainly: blue. Hex color #A093A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093A7 is #5F6C58. Grayscale: #999999. Windows color (decimal): -6253657 or 10982304. OLE color: 10982304.

HSL color Cylindrical-coordinate representation of color #A093A7: hue angle of 279º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A093A7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 147 167 -
CMYK 0.04 0.12 0 0.35
HSL 279º 0.1% 0.62% -
HSV(B) 279º 0.12% 0.65% -
XYZ 31.91 31.13 40.89 -
YUV 153.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 160 147 167 0.04 0.12 0 0.35 279 0.1 0.62
Hex A0 93 A7 4 C 0 23 117 A 3E
Octal 240 223 247 4 14 0 43 427 12 76
Binary 10100000 10010011 10100111 100 1100 0 100011 100010111 1010 111110

Color Harmonies of #A093A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093A7

Black with #A093A7

Text Example


Text Example

White with #A093A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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