Html Css Color HEX #AD85BB East Side

📋 copy color: '#AD85BB'

red 173 ◦ green 133 ◦ blue 187

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

Shades of East Side #AD85BB

Tints of East Side #AD85BB

RGB

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

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

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

R = 35.09%
G = 26.98%
B = 37.93%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD85BB (or 0xAD85BB) is known color: East Side. HEX triplet: AD, 85 and BB. RGB value is (173,133,187). Sum of RGB (Red+Green+Blue) = 173+133+187=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85BB is #527A44. Grayscale: #969696. Windows color (decimal): -5405253 or 12289453. OLE color: 12289453.

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

Color convert

RGB 173 133 187 -
CMYK 0.07 0.29 0 0.27
HSL 284.44º 0.28% 0.63% -
HSV(B) 284.44º 0.29% 0.73% -
XYZ 34.59 29.25 50.84 -
YUV 151.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 173 133 187 0.07 0.29 0 0.27 284.44 0.28 0.63
Hex AD 85 BB 7 1D 0 1B 11C 1C 3F
Octal 255 205 273 7 35 0 33 434 34 77
Binary 10101101 10000101 10111011 111 11101 0 11011 100011100 11100 111111

Color Harmonies of #AD85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85BB

Black with #AD85BB

Text Example


Text Example

White with #AD85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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