Html Css Color HEX #AD85B8 East Side

📋 copy color: '#AD85B8'

red 173 ◦ green 133 ◦ blue 184

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

Shades of East Side #AD85B8

Tints of East Side #AD85B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.55%

R = 35.31%
G = 27.14%
B = 37.55%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD85B8 (or 0xAD85B8) is known color: East Side. HEX triplet: AD, 85 and B8. RGB value is (173,133,184). Sum of RGB (Red+Green+Blue) = 173+133+184=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD85B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85B8 is #527A47. Grayscale: #969696. Windows color (decimal): -5405256 or 12092845. OLE color: 12092845.

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

Color convert

RGB 173 133 184 -
CMYK 0.06 0.28 0 0.28
HSL 287.06º 0.26% 0.62% -
HSV(B) 287.06º 0.28% 0.72% -
XYZ 34.27 29.12 49.16 -
YUV 150.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 173 133 184 0.06 0.28 0 0.28 287.06 0.26 0.62
Hex AD 85 B8 6 1C 0 1C 11F 1A 3E
Octal 255 205 270 6 34 0 34 437 32 76
Binary 10101101 10000101 10111000 110 11100 0 11100 100011111 11010 111110

Color Harmonies of #AD85B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85B8

Black with #AD85B8

Text Example


Text Example

White with #AD85B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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