Html Css Color HEX #AD82CC East Side

📋 copy color: '#AD82CC'

red 173 ◦ green 130 ◦ blue 204

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

Shades of East Side #AD82CC

Tints of East Side #AD82CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.64%

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

R = 34.12%
G = 25.64%
B = 40.24%

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

#AD82CC (or 0xAD82CC) is known color: East Side. HEX triplet: AD, 82 and CC. RGB value is (173,130,204). Sum of RGB (Red+Green+Blue) = 173+130+204=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82CC is #527D33. Grayscale: #979797. Windows color (decimal): -5406004 or 13402797. OLE color: 13402797.

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

Color convert

RGB 173 130 204 -
CMYK 0.15 0.36 0 0.2
HSL 274.86º 0.42% 0.65% -
HSV(B) 274.86º 0.36% 0.8% -
XYZ 36.12 29.21 60.86 -
YUV 151.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 173 130 204 0.15 0.36 0 0.2 274.86 0.42 0.65
Hex AD 82 CC F 24 0 14 113 2A 41
Octal 255 202 314 17 44 0 24 423 52 101
Binary 10101101 10000010 11001100 1111 100100 0 10100 100010011 101010 1000001

Color Harmonies of #AD82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82CC

Black with #AD82CC

Text Example


Text Example

White with #AD82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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