Html Css Color HEX #AD7DB9 East Side

📋 copy color: '#AD7DB9'

red 173 ◦ green 125 ◦ blue 185

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

Shades of East Side #AD7DB9

Tints of East Side #AD7DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.88%

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 35.82%
G = 25.88%
B = 38.3%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD7DB9 (or 0xAD7DB9) is known color: East Side. HEX triplet: AD, 7D and B9. RGB value is (173,125,185). Sum of RGB (Red+Green+Blue) = 173+125+185=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DB9 is #528246. Grayscale: #929292. Windows color (decimal): -5407303 or 12156333. OLE color: 12156333.

HSL color Cylindrical-coordinate representation of color #AD7DB9: hue angle of 288º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7DB9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 125 185 -
CMYK 0.06 0.32 0 0.27
HSL 288º 0.3% 0.61% -
HSV(B) 288º 0.32% 0.73% -
XYZ 33.32 27.05 49.36 -
YUV 146.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 173 125 185 0.06 0.32 0 0.27 288 0.3 0.61
Hex AD 7D B9 6 20 0 1B 120 1E 3D
Octal 255 175 271 6 40 0 33 440 36 75
Binary 10101101 1111101 10111001 110 100000 0 11011 100100000 11110 111101

Color Harmonies of #AD7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DB9

Black with #AD7DB9

Text Example


Text Example

White with #AD7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DB9; }

 p { color: rgb(173,125,185); }

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

background-color css

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

 a { background-color: rgb(173,125,185); }

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

border-color css

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

 span { border-color: rgb(173,125,185); }

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