Html Css Color HEX #AD85BA East Side

📋 copy color: '#AD85BA'

red 173 ◦ green 133 ◦ blue 186

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

Shades of East Side #AD85BA

Tints of East Side #AD85BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 35.16%
G = 27.03%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD85BA (or 0xAD85BA) is known color: East Side. HEX triplet: AD, 85 and BA. RGB value is (173,133,186). Sum of RGB (Red+Green+Blue) = 173+133+186=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85BA is #527A45. Grayscale: #969696. Windows color (decimal): -5405254 or 12223917. OLE color: 12223917.

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

Color convert

RGB 173 133 186 -
CMYK 0.07 0.28 0 0.27
HSL 285.28º 0.28% 0.63% -
HSV(B) 285.28º 0.28% 0.73% -
XYZ 34.48 29.2 50.27 -
YUV 151 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 173 133 186 0.07 0.28 0 0.27 285.28 0.28 0.63
Hex AD 85 BA 7 1C 0 1B 11D 1C 3F
Octal 255 205 272 7 34 0 33 435 34 77
Binary 10101101 10000101 10111010 111 11100 0 11011 100011101 11100 111111

Color Harmonies of #AD85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85BA

Black with #AD85BA

Text Example


Text Example

White with #AD85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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