Html Css Color HEX #AD95B2 East Side

📋 copy color: '#AD95B2'

red 173 ◦ green 149 ◦ blue 178

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

Shades of East Side #AD95B2

Tints of East Side #AD95B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.6%

R = 34.6%
G = 29.8%
B = 35.6%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD95B2 (or 0xAD95B2) is known color: East Side. HEX triplet: AD, 95 and B2. RGB value is (173,149,178). Sum of RGB (Red+Green+Blue) = 173+149+178=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD95B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95B2 is #526A4D. Grayscale: #9F9F9F. Windows color (decimal): -5401166 or 11703725. OLE color: 11703725.

HSL color Cylindrical-coordinate representation of color #AD95B2: hue angle of 289.66º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD95B2 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 149 178 -
CMYK 0.03 0.16 0 0.30
HSL 289.66º 0.16% 0.64% -
HSV(B) 289.66º 0.16% 0.7% -
XYZ 36.02 33.59 46.71 -
YUV 159.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 173 149 178 0.03 0.16 0 0.30 289.66 0.16 0.64
Hex AD 95 B2 3 10 0 1E 122 10 40
Octal 255 225 262 3 20 0 36 442 20 100
Binary 10101101 10010101 10110010 11 10000 0 11110 100100010 10000 1000000

Color Harmonies of #AD95B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95B2

Black with #AD95B2

Text Example


Text Example

White with #AD95B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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