#AD94C1

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

Shades of East Side #AD94C1

Tints of East Side #AD94C1

Color information

#AD94C1 (or 0xAD94C1) is unknown color: approx East Side. HEX triplet: AD, 94 and C1. RGB value is (173,148,193). Sum of RGB (Red+Green+Blue) = 173+148+193=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94C1 is #526B3E. Grayscale: #A0A0A0. Windows color (decimal): -5401407 or 12686509. OLE color: 12686509.

HSL color Cylindrical-coordinate representation of color #AD94C1: hue angle of 273.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD94C1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173148193-
CMYK0.100.2300.24
HSL273.33º26.63%66.86%-
HSV(B)273.33º23.32%75.69%-
XYZ37.4533.9155.02-
YUV160.6146.28136.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=33.66%
G=28.79%
B=37.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731481930.100.2300.24273.3326.6366.86
HexAD94C1A170181111b43
Octal255224301122703042133103
Binary101011011001010011000001101010111011000100010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD94C1; }

 p { color: rgb(173,148,193); }

 H1.HeaderClassName
 {
   color: #AD94C1;
 }
 .AnyTagClassName
 {
   color: #AD94C1;
 }
</style>
background-color css

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

 a { background-color: rgb(173,148,193); }

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

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

 span { border-color: rgb(173,148,193); }

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