Html Css Color HEX #AD7DBE East Side

📋 copy color: '#AD7DBE'

red 173 ◦ green 125 ◦ blue 190

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

Shades of East Side #AD7DBE

Tints of East Side #AD7DBE

RGB

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

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

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

R = 35.45%
G = 25.61%
B = 38.93%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD7DBE (or 0xAD7DBE) is known color: East Side. HEX triplet: AD, 7D and BE. RGB value is (173,125,190). Sum of RGB (Red+Green+Blue) = 173+125+190=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD7DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DBE is #528241. Grayscale: #929292. Windows color (decimal): -5407298 or 12484013. OLE color: 12484013.

HSL color Cylindrical-coordinate representation of color #AD7DBE: hue angle of 284.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD7DBE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 125 190 -
CMYK 0.09 0.34 0 0.25
HSL 284.31º 0.33% 0.62% -
HSV(B) 284.31º 0.34% 0.75% -
XYZ 33.86 27.27 52.19 -
YUV 146.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 173 125 190 0.09 0.34 0 0.25 284.31 0.33 0.62
Hex AD 7D BE 9 22 0 19 11C 21 3E
Octal 255 175 276 11 42 0 31 434 41 76
Binary 10101101 1111101 10111110 1001 100010 0 11001 100011100 100001 111110

Color Harmonies of #AD7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DBE

Black with #AD7DBE

Text Example


Text Example

White with #AD7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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