Html Css Color HEX #AD83B5 East Side

📋 copy color: '#AD83B5'

red 173 ◦ green 131 ◦ blue 181

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

Shades of East Side #AD83B5

Tints of East Side #AD83B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 35.67%
G = 27.01%
B = 37.32%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD83B5 (or 0xAD83B5) is known color: East Side. HEX triplet: AD, 83 and B5. RGB value is (173,131,181). Sum of RGB (Red+Green+Blue) = 173+131+181=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD83B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83B5 is #527C4A. Grayscale: #959595. Windows color (decimal): -5405771 or 11895725. OLE color: 11895725.

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

Color convert

RGB 173 131 181 -
CMYK 0.04 0.28 0 0.29
HSL 290.4º 0.25% 0.61% -
HSV(B) 290.4º 0.28% 0.71% -
XYZ 33.69 28.45 47.43 -
YUV 149.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 173 131 181 0.04 0.28 0 0.29 290.4 0.25 0.61
Hex AD 83 B5 4 1C 0 1D 122 19 3D
Octal 255 203 265 4 34 0 35 442 31 75
Binary 10101101 10000011 10110101 100 11100 0 11101 100100010 11001 111101

Color Harmonies of #AD83B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83B5

Black with #AD83B5

Text Example


Text Example

White with #AD83B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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