Html Css Color HEX #AD9ABC East Side

📋 copy color: '#AD9ABC'

red 173 ◦ green 154 ◦ blue 188

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

Shades of East Side #AD9ABC

Tints of East Side #AD9ABC

RGB

 RED value IS 173 (67.97% from 255) = 33.59%

 GREEN value IS 154 (60.55% from 255) = 29.9%

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

R = 33.59%
G = 29.9%
B = 36.5%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD9ABC (or 0xAD9ABC) is known color: East Side. HEX triplet: AD, 9A and BC. RGB value is (173,154,188). Sum of RGB (Red+Green+Blue) = 173+154+188=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ABC is #526543. Grayscale: #A3A3A3. Windows color (decimal): -5399876 or 12360365. OLE color: 12360365.

HSL color Cylindrical-coordinate representation of color #AD9ABC: hue angle of 273.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD9ABC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 154 188 -
CMYK 0.08 0.18 0 0.26
HSL 273.53º 0.2% 0.67% -
HSV(B) 273.53º 0.18% 0.74% -
XYZ 37.87 35.63 52.46 -
YUV 163.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 173 154 188 0.08 0.18 0 0.26 273.53 0.2 0.67
Hex AD 9A BC 8 12 0 1A 112 14 43
Octal 255 232 274 10 22 0 32 422 24 103
Binary 10101101 10011010 10111100 1000 10010 0 11010 100010010 10100 1000011

Color Harmonies of #AD9ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ABC

Black with #AD9ABC

Text Example


Text Example

White with #AD9ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ABC; }

 p { color: rgb(173,154,188); }

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

background-color css

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

 a { background-color: rgb(173,154,188); }

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

border-color css

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

 span { border-color: rgb(173,154,188); }

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