Html Css Color HEX #AD85B6 East Side

📋 copy color: '#AD85B6'

red 173 ◦ green 133 ◦ blue 182

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

Shades of East Side #AD85B6

Tints of East Side #AD85B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.3%

R = 35.45%
G = 27.25%
B = 37.3%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD85B6 (or 0xAD85B6) is known color: East Side. HEX triplet: AD, 85 and B6. RGB value is (173,133,182). Sum of RGB (Red+Green+Blue) = 173+133+182=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD85B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85B6 is #527A49. Grayscale: #969696. Windows color (decimal): -5405258 or 11961773. OLE color: 11961773.

HSL color Cylindrical-coordinate representation of color #AD85B6: hue angle of 288.98º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD85B6 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 133 182 -
CMYK 0.05 0.27 0 0.29
HSL 288.98º 0.25% 0.62% -
HSV(B) 288.98º 0.27% 0.71% -
XYZ 34.06 29.04 48.07 -
YUV 150.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 173 133 182 0.05 0.27 0 0.29 288.98 0.25 0.62
Hex AD 85 B6 5 1B 0 1D 121 19 3E
Octal 255 205 266 5 33 0 35 441 31 76
Binary 10101101 10000101 10110110 101 11011 0 11101 100100001 11001 111110

Color Harmonies of #AD85B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85B6

Black with #AD85B6

Text Example


Text Example

White with #AD85B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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