Html Css Color HEX #AD83CC East Side

📋 copy color: '#AD83CC'

red 173 ◦ green 131 ◦ blue 204

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

Shades of East Side #AD83CC

Tints of East Side #AD83CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 34.06%
G = 25.79%
B = 40.16%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD83CC (or 0xAD83CC) is known color: East Side. HEX triplet: AD, 83 and CC. RGB value is (173,131,204). Sum of RGB (Red+Green+Blue) = 173+131+204=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83CC is #527C33. Grayscale: #979797. Windows color (decimal): -5405748 or 13403053. OLE color: 13403053.

HSL color Cylindrical-coordinate representation of color #AD83CC: hue angle of 274.52º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD83CC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 131 204 -
CMYK 0.15 0.36 0 0.2
HSL 274.52º 0.42% 0.66% -
HSV(B) 274.52º 0.36% 0.8% -
XYZ 36.25 29.48 60.91 -
YUV 151.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 173 131 204 0.15 0.36 0 0.2 274.52 0.42 0.66
Hex AD 83 CC F 24 0 14 113 2A 42
Octal 255 203 314 17 44 0 24 423 52 102
Binary 10101101 10000011 11001100 1111 100100 0 10100 100010011 101010 1000010

Color Harmonies of #AD83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83CC

Black with #AD83CC

Text Example


Text Example

White with #AD83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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