Html Css Color HEX #AD82CA East Side

📋 copy color: '#AD82CA'

red 173 ◦ green 130 ◦ blue 202

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

Shades of East Side #AD82CA

Tints of East Side #AD82CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 34.26%
G = 25.74%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD82CA (or 0xAD82CA) is known color: East Side. HEX triplet: AD, 82 and CA. RGB value is (173,130,202). Sum of RGB (Red+Green+Blue) = 173+130+202=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD82CA is #527D35. Grayscale: #969696. Windows color (decimal): -5406006 or 13271725. OLE color: 13271725.

HSL color Cylindrical-coordinate representation of color #AD82CA: hue angle of 275.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD82CA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 130 202 -
CMYK 0.14 0.36 0 0.21
HSL 275.83º 0.4% 0.65% -
HSV(B) 275.83º 0.36% 0.79% -
XYZ 35.88 29.11 59.61 -
YUV 151.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 173 130 202 0.14 0.36 0 0.21 275.83 0.4 0.65
Hex AD 82 CA E 24 0 15 114 28 41
Octal 255 202 312 16 44 0 25 424 50 101
Binary 10101101 10000010 11001010 1110 100100 0 10101 100010100 101000 1000001

Color Harmonies of #AD82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82CA

Black with #AD82CA

Text Example


Text Example

White with #AD82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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