Html Css Color HEX #AD85B9 East Side

📋 copy color: '#AD85B9'

red 173 ◦ green 133 ◦ blue 185

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

Shades of East Side #AD85B9

Tints of East Side #AD85B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

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

R = 35.23%
G = 27.09%
B = 37.68%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD85B9 (or 0xAD85B9) is known color: East Side. HEX triplet: AD, 85 and B9. RGB value is (173,133,185). Sum of RGB (Red+Green+Blue) = 173+133+185=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD85B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85B9 is #527A46. Grayscale: #969696. Windows color (decimal): -5405255 or 12158381. OLE color: 12158381.

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

Color convert

RGB 173 133 185 -
CMYK 0.06 0.28 0 0.27
HSL 286.15º 0.27% 0.62% -
HSV(B) 286.15º 0.28% 0.73% -
XYZ 34.38 29.16 49.72 -
YUV 150.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 173 133 185 0.06 0.28 0 0.27 286.15 0.27 0.62
Hex AD 85 B9 6 1C 0 1B 11E 1B 3E
Octal 255 205 271 6 34 0 33 436 33 76
Binary 10101101 10000101 10111001 110 11100 0 11011 100011110 11011 111110

Color Harmonies of #AD85B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85B9

Black with #AD85B9

Text Example


Text Example

White with #AD85B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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