Html Css Color HEX #AD83CA East Side

📋 copy color: '#AD83CA'

red 173 ◦ green 131 ◦ blue 202

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

Shades of East Side #AD83CA

Tints of East Side #AD83CA

RGB

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

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

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

R = 34.19%
G = 25.89%
B = 39.92%

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

#AD83CA (or 0xAD83CA) is known color: East Side. HEX triplet: AD, 83 and CA. RGB value is (173,131,202). Sum of RGB (Red+Green+Blue) = 173+131+202=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD83CA is #527C35. Grayscale: #979797. Windows color (decimal): -5405750 or 13271981. OLE color: 13271981.

HSL color Cylindrical-coordinate representation of color #AD83CA: hue angle of 275.49º 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 #AD83CA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 131 202 -
CMYK 0.14 0.35 0 0.21
HSL 275.49º 0.4% 0.65% -
HSV(B) 275.49º 0.35% 0.79% -
XYZ 36.01 29.38 59.65 -
YUV 151.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 173 131 202 0.14 0.35 0 0.21 275.49 0.4 0.65
Hex AD 83 CA E 23 0 15 113 28 41
Octal 255 203 312 16 43 0 25 423 50 101
Binary 10101101 10000011 11001010 1110 100011 0 10101 100010011 101000 1000001

Color Harmonies of #AD83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD83CA

Black with #AD83CA

Text Example


Text Example

White with #AD83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD83CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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