Html Css Color HEX #AD75BC East Side

📋 copy color: '#AD75BC'

red 173 ◦ green 117 ◦ blue 188

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

Shades of East Side #AD75BC

Tints of East Side #AD75BC

RGB

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

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

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

R = 36.19%
G = 24.48%
B = 39.33%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD75BC (or 0xAD75BC) is known color: East Side. HEX triplet: AD, 75 and BC. RGB value is (173,117,188). Sum of RGB (Red+Green+Blue) = 173+117+188=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD75BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75BC is #528A43. Grayscale: #8D8D8D. Windows color (decimal): -5409348 or 12350893. OLE color: 12350893.

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

Color convert

RGB 173 117 188 -
CMYK 0.08 0.38 0 0.26
HSL 287.32º 0.35% 0.6% -
HSV(B) 287.32º 0.38% 0.74% -
XYZ 32.67 25.24 50.73 -
YUV 141.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 173 117 188 0.08 0.38 0 0.26 287.32 0.35 0.6
Hex AD 75 BC 8 26 0 1A 11F 23 3C
Octal 255 165 274 10 46 0 32 437 43 74
Binary 10101101 1110101 10111100 1000 100110 0 11010 100011111 100011 111100

Color Harmonies of #AD75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75BC

Black with #AD75BC

Text Example


Text Example

White with #AD75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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