Html Css Color HEX #A090A3 Amethyst Smoke

📋 copy color: '#A090A3'

red 160 ◦ green 144 ◦ blue 163

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

Shades of Amethyst Smoke #A090A3

Tints of Amethyst Smoke #A090A3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

 BLUE value IS 163 (64.06% from 255) = 34.9%

R = 34.26%
G = 30.84%
B = 34.9%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A090A3 (or 0xA090A3) is known color: Amethyst Smoke. HEX triplet: A0, 90 and A3. RGB value is (160,144,163). Sum of RGB (Red+Green+Blue) = 160+144+163=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 163 - color contains mainly: blue. Hex color #A090A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A090A3 is #5F6F5C. Grayscale: #969696. Windows color (decimal): -6254429 or 10719392. OLE color: 10719392.

HSL color Cylindrical-coordinate representation of color #A090A3: hue angle of 290.53º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A090A3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 144 163 -
CMYK 0.02 0.12 0 0.36
HSL 290.53º 0.09% 0.6% -
HSV(B) 290.53º 0.12% 0.64% -
XYZ 31.08 30.06 38.82 -
YUV 150.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 160 144 163 0.02 0.12 0 0.36 290.53 0.09 0.6
Hex A0 90 A3 2 C 0 24 123 9 3C
Octal 240 220 243 2 14 0 44 443 11 74
Binary 10100000 10010000 10100011 10 1100 0 100100 100100011 1001 111100

Color Harmonies of #A090A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090A3

Black with #A090A3

Text Example


Text Example

White with #A090A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090A3; }

 p { color: rgb(160,144,163); }

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

background-color css

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

 a { background-color: rgb(160,144,163); }

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

border-color css

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

 span { border-color: rgb(160,144,163); }

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