Html Css Color HEX #AD83B8 East Side

📋 copy color: '#AD83B8'

red 173 ◦ green 131 ◦ blue 184

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

Shades of East Side #AD83B8

Tints of East Side #AD83B8

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

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

R = 35.45%
G = 26.84%
B = 37.7%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD83B8 (or 0xAD83B8) is known color: East Side. HEX triplet: AD, 83 and B8. RGB value is (173,131,184). Sum of RGB (Red+Green+Blue) = 173+131+184=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD83B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83B8 is #527C47. Grayscale: #959595. Windows color (decimal): -5405768 or 12092333. OLE color: 12092333.

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

Color convert

RGB 173 131 184 -
CMYK 0.06 0.29 0 0.28
HSL 287.55º 0.27% 0.62% -
HSV(B) 287.55º 0.29% 0.72% -
XYZ 34 28.58 49.07 -
YUV 149.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 173 131 184 0.06 0.29 0 0.28 287.55 0.27 0.62
Hex AD 83 B8 6 1D 0 1C 120 1B 3E
Octal 255 203 270 6 35 0 34 440 33 76
Binary 10101101 10000011 10111000 110 11101 0 11100 100100000 11011 111110

Color Harmonies of #AD83B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83B8

Black with #AD83B8

Text Example


Text Example

White with #AD83B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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