Html Css Color HEX #AD83B9 East Side

📋 copy color: '#AD83B9'

red 173 ◦ green 131 ◦ blue 185

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

Shades of East Side #AD83B9

Tints of East Side #AD83B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 35.38%
G = 26.79%
B = 37.83%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD83B9 (or 0xAD83B9) is known color: East Side. HEX triplet: AD, 83 and B9. RGB value is (173,131,185). Sum of RGB (Red+Green+Blue) = 173+131+185=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD83B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83B9 is #527C46. Grayscale: #959595. Windows color (decimal): -5405767 or 12157869. OLE color: 12157869.

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

Color convert

RGB 173 131 185 -
CMYK 0.06 0.29 0 0.27
HSL 286.67º 0.28% 0.62% -
HSV(B) 286.67º 0.29% 0.73% -
XYZ 34.11 28.62 49.63 -
YUV 149.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 173 131 185 0.06 0.29 0 0.27 286.67 0.28 0.62
Hex AD 83 B9 6 1D 0 1B 11F 1C 3E
Octal 255 203 271 6 35 0 33 437 34 76
Binary 10101101 10000011 10111001 110 11101 0 11011 100011111 11100 111110

Color Harmonies of #AD83B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83B9

Black with #AD83B9

Text Example


Text Example

White with #AD83B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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