Html Css Color HEX #A993BC East Side

📋 copy color: '#A993BC'

red 169 ◦ green 147 ◦ blue 188

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

Shades of East Side #A993BC

Tints of East Side #A993BC

RGB

 RED value IS 169 (66.41% from 255) = 33.53%

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 33.53%
G = 29.17%
B = 37.3%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A993BC (or 0xA993BC) is known color: East Side. HEX triplet: A9, 93 and BC. RGB value is (169,147,188). Sum of RGB (Red+Green+Blue) = 169+147+188=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A993BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993BC is #566C43. Grayscale: #9E9E9E. Windows color (decimal): -5663812 or 12358569. OLE color: 12358569.

HSL color Cylindrical-coordinate representation of color #A993BC: hue angle of 272.2º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A993BC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 147 188 -
CMYK 0.10 0.22 0 0.26
HSL 272.2º 0.23% 0.66% -
HSV(B) 272.2º 0.22% 0.74% -
XYZ 35.87 32.93 52.04 -
YUV 158.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 169 147 188 0.10 0.22 0 0.26 272.2 0.23 0.66
Hex A9 93 BC A 16 0 1A 110 17 42
Octal 251 223 274 12 26 0 32 420 27 102
Binary 10101001 10010011 10111100 1010 10110 0 11010 100010000 10111 1000010

Color Harmonies of #A993BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993BC

Black with #A993BC

Text Example


Text Example

White with #A993BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993BC; }

 p { color: rgb(169,147,188); }

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

background-color css

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

 a { background-color: rgb(169,147,188); }

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

border-color css

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

 span { border-color: rgb(169,147,188); }

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