Html Css Color HEX #A993BD East Side

📋 copy color: '#A993BD'

red 169 ◦ green 147 ◦ blue 189

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

Shades of East Side #A993BD

Tints of East Side #A993BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 33.47%
G = 29.11%
B = 37.43%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A993BD (or 0xA993BD) is known color: East Side. HEX triplet: A9, 93 and BD. RGB value is (169,147,189). Sum of RGB (Red+Green+Blue) = 169+147+189=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #A993BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993BD is #566C42. Grayscale: #9E9E9E. Windows color (decimal): -5663811 or 12424105. OLE color: 12424105.

HSL color Cylindrical-coordinate representation of color #A993BD: hue angle of 271.43º degrees, saturation: 0.24, 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 #A993BD is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 147 189 -
CMYK 0.11 0.22 0 0.26
HSL 271.43º 0.24% 0.66% -
HSV(B) 271.43º 0.22% 0.74% -
XYZ 35.98 32.98 52.61 -
YUV 158.37 145.29 135.58 -
System Red Green Blue C M Y K H S L
Decimal 169 147 189 0.11 0.22 0 0.26 271.43 0.24 0.66
Hex A9 93 BD B 16 0 1A 10F 18 42
Octal 251 223 275 13 26 0 32 417 30 102
Binary 10101001 10010011 10111101 1011 10110 0 11010 100001111 11000 1000010

Color Harmonies of #A993BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993BD

Black with #A993BD

Text Example


Text Example

White with #A993BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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