Html Css Color HEX #AD75BB East Side

📋 copy color: '#AD75BB'

red 173 ◦ green 117 ◦ blue 187

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

Shades of East Side #AD75BB

Tints of East Side #AD75BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.53%

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 36.27%
G = 24.53%
B = 39.2%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD75BB (or 0xAD75BB) is known color: East Side. HEX triplet: AD, 75 and BB. RGB value is (173,117,187). Sum of RGB (Red+Green+Blue) = 173+117+187=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD75BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75BB is #528A44. Grayscale: #8D8D8D. Windows color (decimal): -5409349 or 12285357. OLE color: 12285357.

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

Color convert

RGB 173 117 187 -
CMYK 0.07 0.37 0 0.27
HSL 288º 0.34% 0.6% -
HSV(B) 288º 0.37% 0.73% -
XYZ 32.56 25.19 50.16 -
YUV 141.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 173 117 187 0.07 0.37 0 0.27 288 0.34 0.6
Hex AD 75 BB 7 25 0 1B 120 22 3C
Octal 255 165 273 7 45 0 33 440 42 74
Binary 10101101 1110101 10111011 111 100101 0 11011 100100000 100010 111100

Color Harmonies of #AD75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75BB

Black with #AD75BB

Text Example


Text Example

White with #AD75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75BB; }

 p { color: rgb(173,117,187); }

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

background-color css

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

 a { background-color: rgb(173,117,187); }

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

border-color css

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

 span { border-color: rgb(173,117,187); }

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