Html Css Color HEX #A993BE East Side

📋 copy color: '#A993BE'

red 169 ◦ green 147 ◦ blue 190

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

Shades of East Side #A993BE

Tints of East Side #A993BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 33.4%
G = 29.05%
B = 37.55%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A993BE (or 0xA993BE) is known color: East Side. HEX triplet: A9, 93 and BE. RGB value is (169,147,190). Sum of RGB (Red+Green+Blue) = 169+147+190=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #A993BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993BE is #566C41. Grayscale: #9E9E9E. Windows color (decimal): -5663810 or 12489641. OLE color: 12489641.

HSL color Cylindrical-coordinate representation of color #A993BE: hue angle of 270.7º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A993BE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 147 190 -
CMYK 0.11 0.23 0 0.25
HSL 270.7º 0.25% 0.66% -
HSV(B) 270.7º 0.23% 0.75% -
XYZ 36.09 33.02 53.19 -
YUV 158.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 169 147 190 0.11 0.23 0 0.25 270.7 0.25 0.66
Hex A9 93 BE B 17 0 19 10F 19 42
Octal 251 223 276 13 27 0 31 417 31 102
Binary 10101001 10010011 10111110 1011 10111 0 11001 100001111 11001 1000010

Color Harmonies of #A993BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993BE

Black with #A993BE

Text Example


Text Example

White with #A993BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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