#AD83CA

Color #AD83CA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD83CA

Tints of East Side #AD83CA

Color information

#AD83CA (or 0xAD83CA) is unknown color: approx 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

RGB173131202-
CMYK0.140.3500.21
HSL275.49º40.11%65.29%-
HSV(B)275.49º35.15%79.22%-
XYZ36.0129.3859.65-
YUV151.65156.41143.23-

RGB Variations

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

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.30% from 255) = 39.92%
R=34.19%
G=25.89%
B=39.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731312020.140.3500.21275.4940.1165.29
HexAD83CAE230151132841
Octal255203312164302542350101
Binary10101101100000111100101011101000110101011000100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>