Html Css Color HEX #AD72C4 East Side

📋 copy color: '#AD72C4'

red 173 ◦ green 114 ◦ blue 196

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

Shades of East Side #AD72C4

Tints of East Side #AD72C4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.6%

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

R = 35.82%
G = 23.6%
B = 40.58%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD72C4 (or 0xAD72C4) is known color: East Side. HEX triplet: AD, 72 and C4. RGB value is (173,114,196). Sum of RGB (Red+Green+Blue) = 173+114+196=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD72C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72C4 is #528D3B. Grayscale: #8C8C8C. Windows color (decimal): -5410108 or 12874413. OLE color: 12874413.

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

Color convert

RGB 173 114 196 -
CMYK 0.12 0.42 0 0.23
HSL 283.17º 0.41% 0.61% -
HSV(B) 283.17º 0.42% 0.77% -
XYZ 33.21 24.9 55.28 -
YUV 140.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 173 114 196 0.12 0.42 0 0.23 283.17 0.41 0.61
Hex AD 72 C4 C 2A 0 17 11B 29 3D
Octal 255 162 304 14 52 0 27 433 51 75
Binary 10101101 1110010 11000100 1100 101010 0 10111 100011011 101001 111101

Color Harmonies of #AD72C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD72C4

Black with #AD72C4

Text Example


Text Example

White with #AD72C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD72C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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