Html Css Color HEX #AD95C2 East Side

📋 copy color: '#AD95C2'

red 173 ◦ green 149 ◦ blue 194

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

Shades of East Side #AD95C2

Tints of East Side #AD95C2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.88%

 BLUE value IS 194 (76.17% from 255) = 37.6%

R = 33.53%
G = 28.88%
B = 37.6%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD95C2 (or 0xAD95C2) is known color: East Side. HEX triplet: AD, 95 and C2. RGB value is (173,149,194). Sum of RGB (Red+Green+Blue) = 173+149+194=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD95C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95C2 is #526A3D. Grayscale: #A1A1A1. Windows color (decimal): -5401150 or 12752301. OLE color: 12752301.

HSL color Cylindrical-coordinate representation of color #AD95C2: hue angle of 272º 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 #AD95C2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 149 194 -
CMYK 0.11 0.23 0 0.24
HSL 272º 0.27% 0.67% -
HSV(B) 272º 0.23% 0.76% -
XYZ 37.72 34.27 55.67 -
YUV 161.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 173 149 194 0.11 0.23 0 0.24 272 0.27 0.67
Hex AD 95 C2 B 17 0 18 110 1B 43
Octal 255 225 302 13 27 0 30 420 33 103
Binary 10101101 10010101 11000010 1011 10111 0 11000 100010000 11011 1000011

Color Harmonies of #AD95C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95C2

Black with #AD95C2

Text Example


Text Example

White with #AD95C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95C2; }

 p { color: rgb(173,149,194); }

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

background-color css

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

 a { background-color: rgb(173,149,194); }

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

border-color css

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

 span { border-color: rgb(173,149,194); }

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