Html Css Color HEX #AD83BA East Side

📋 copy color: '#AD83BA'

red 173 ◦ green 131 ◦ blue 186

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

Shades of East Side #AD83BA

Tints of East Side #AD83BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 35.31%
G = 26.73%
B = 37.96%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD83BA (or 0xAD83BA) is known color: East Side. HEX triplet: AD, 83 and BA. RGB value is (173,131,186). Sum of RGB (Red+Green+Blue) = 173+131+186=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83BA is #527C45. Grayscale: #959595. Windows color (decimal): -5405766 or 12223405. OLE color: 12223405.

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

Color convert

RGB 173 131 186 -
CMYK 0.07 0.30 0 0.27
HSL 285.82º 0.28% 0.62% -
HSV(B) 285.82º 0.3% 0.73% -
XYZ 34.21 28.66 50.18 -
YUV 149.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 173 131 186 0.07 0.30 0 0.27 285.82 0.28 0.62
Hex AD 83 BA 7 1E 0 1B 11E 1C 3E
Octal 255 203 272 7 36 0 33 436 34 76
Binary 10101101 10000011 10111010 111 11110 0 11011 100011110 11100 111110

Color Harmonies of #AD83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83BA

Black with #AD83BA

Text Example


Text Example

White with #AD83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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