Html Css Color HEX #AD95C4 East Side

📋 copy color: '#AD95C4'

red 173 ◦ green 149 ◦ blue 196

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

Shades of East Side #AD95C4

Tints of East Side #AD95C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.84%

R = 33.4%
G = 28.76%
B = 37.84%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD95C4 (or 0xAD95C4) is known color: East Side. HEX triplet: AD, 95 and C4. RGB value is (173,149,196). Sum of RGB (Red+Green+Blue) = 173+149+196=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD95C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD95C4 is #526A3B. Grayscale: #A1A1A1. Windows color (decimal): -5401148 or 12883373. OLE color: 12883373.

HSL color Cylindrical-coordinate representation of color #AD95C4: hue angle of 270.64º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD95C4 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 149 196 -
CMYK 0.12 0.24 0 0.23
HSL 270.64º 0.28% 0.68% -
HSV(B) 270.64º 0.24% 0.77% -
XYZ 37.94 34.36 56.86 -
YUV 161.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 173 149 196 0.12 0.24 0 0.23 270.64 0.28 0.68
Hex AD 95 C4 C 18 0 17 10F 1C 44
Octal 255 225 304 14 30 0 27 417 34 104
Binary 10101101 10010101 11000100 1100 11000 0 10111 100001111 11100 1000100

Color Harmonies of #AD95C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95C4

Black with #AD95C4

Text Example


Text Example

White with #AD95C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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