Html Css Color HEX #A093AB East Side

📋 copy color: '#A093AB'

red 160 ◦ green 147 ◦ blue 171

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

Shades of East Side #A093AB

Tints of East Side #A093AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 33.47%
G = 30.75%
B = 35.77%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A093AB (or 0xA093AB) is known color: East Side. HEX triplet: A0, 93 and AB. RGB value is (160,147,171). Sum of RGB (Red+Green+Blue) = 160+147+171=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A093AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093AB is #5F6C54. Grayscale: #999999. Windows color (decimal): -6253653 or 11244448. OLE color: 11244448.

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

Color convert

RGB 160 147 171 -
CMYK 0.06 0.14 0 0.33
HSL 272.5º 0.13% 0.62% -
HSV(B) 272.5º 0.14% 0.67% -
XYZ 32.28 31.28 42.86 -
YUV 153.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 160 147 171 0.06 0.14 0 0.33 272.5 0.13 0.62
Hex A0 93 AB 6 E 0 21 110 C 3E
Octal 240 223 253 6 16 0 41 420 14 76
Binary 10100000 10010011 10101011 110 1110 0 100001 100010000 1100 111110

Color Harmonies of #A093AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A093AB

Black with #A093AB

Text Example


Text Example

White with #A093AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A093AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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