Html Css Color HEX #AD84CA East Side

📋 copy color: '#AD84CA'

red 173 ◦ green 132 ◦ blue 202

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

Shades of East Side #AD84CA

Tints of East Side #AD84CA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.04%

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

R = 34.12%
G = 26.04%
B = 39.84%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD84CA (or 0xAD84CA) is known color: East Side. HEX triplet: AD, 84 and CA. RGB value is (173,132,202). Sum of RGB (Red+Green+Blue) = 173+132+202=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD84CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84CA is #527B35. Grayscale: #989898. Windows color (decimal): -5405494 or 13272237. OLE color: 13272237.

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

Color convert

RGB 173 132 202 -
CMYK 0.14 0.35 0 0.21
HSL 275.14º 0.4% 0.65% -
HSV(B) 275.14º 0.35% 0.79% -
XYZ 36.15 29.65 59.7 -
YUV 152.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 173 132 202 0.14 0.35 0 0.21 275.14 0.4 0.65
Hex AD 84 CA E 23 0 15 113 28 41
Octal 255 204 312 16 43 0 25 423 50 101
Binary 10101101 10000100 11001010 1110 100011 0 10101 100010011 101000 1000001

Color Harmonies of #AD84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84CA

Black with #AD84CA

Text Example


Text Example

White with #AD84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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