Html Css Color HEX #A093A5 Amethyst Smoke

📋 copy color: '#A093A5'

red 160 ◦ green 147 ◦ blue 165

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

Shades of Amethyst Smoke #A093A5

Tints of Amethyst Smoke #A093A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 33.9%
G = 31.14%
B = 34.96%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A093A5 (or 0xA093A5) is known color: Amethyst Smoke. HEX triplet: A0, 93 and A5. RGB value is (160,147,165). Sum of RGB (Red+Green+Blue) = 160+147+165=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 165 - color contains mainly: blue. Hex color #A093A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093A5 is #5F6C5A. Grayscale: #989898. Windows color (decimal): -6253659 or 10851232. OLE color: 10851232.

HSL color Cylindrical-coordinate representation of color #A093A5: hue angle of 283.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A093A5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 147 165 -
CMYK 0.03 0.11 0 0.35
HSL 283.33º 0.09% 0.61% -
HSV(B) 283.33º 0.11% 0.65% -
XYZ 31.72 31.06 39.92 -
YUV 152.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 160 147 165 0.03 0.11 0 0.35 283.33 0.09 0.61
Hex A0 93 A5 3 B 0 23 11B 9 3D
Octal 240 223 245 3 13 0 43 433 11 75
Binary 10100000 10010011 10100101 11 1011 0 100011 100011011 1001 111101

Color Harmonies of #A093A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093A5

Black with #A093A5

Text Example


Text Example

White with #A093A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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