Html Css Color HEX #AD83CB East Side

📋 copy color: '#AD83CB'

red 173 ◦ green 131 ◦ blue 203

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

Shades of East Side #AD83CB

Tints of East Side #AD83CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 34.12%
G = 25.84%
B = 40.04%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD83CB (or 0xAD83CB) is known color: East Side. HEX triplet: AD, 83 and CB. RGB value is (173,131,203). Sum of RGB (Red+Green+Blue) = 173+131+203=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83CB is #527C34. Grayscale: #979797. Windows color (decimal): -5405749 or 13337517. OLE color: 13337517.

HSL color Cylindrical-coordinate representation of color #AD83CB: hue angle of 275º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD83CB is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 131 203 -
CMYK 0.15 0.35 0 0.20
HSL 275º 0.41% 0.65% -
HSV(B) 275º 0.35% 0.8% -
XYZ 36.13 29.43 60.28 -
YUV 151.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 173 131 203 0.15 0.35 0 0.20 275 0.41 0.65
Hex AD 83 CB F 23 0 14 113 29 41
Octal 255 203 313 17 43 0 24 423 51 101
Binary 10101101 10000011 11001011 1111 100011 0 10100 100010011 101001 1000001

Color Harmonies of #AD83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83CB

Black with #AD83CB

Text Example


Text Example

White with #AD83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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