Html Css Color HEX #AD70C1 East Side

📋 copy color: '#AD70C1'

red 173 ◦ green 112 ◦ blue 193

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

Shades of East Side #AD70C1

Tints of East Side #AD70C1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

 BLUE value IS 193 (75.78% from 255) = 40.38%

R = 36.19%
G = 23.43%
B = 40.38%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD70C1 (or 0xAD70C1) is known color: East Side. HEX triplet: AD, 70 and C1. RGB value is (173,112,193). Sum of RGB (Red+Green+Blue) = 173+112+193=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD70C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70C1 is #528F3E. Grayscale: #8B8B8B. Windows color (decimal): -5410623 or 12677293. OLE color: 12677293.

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

Color convert

RGB 173 112 193 -
CMYK 0.10 0.42 0 0.24
HSL 285.19º 0.4% 0.6% -
HSV(B) 285.19º 0.42% 0.76% -
XYZ 32.65 24.32 53.43 -
YUV 139.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 173 112 193 0.10 0.42 0 0.24 285.19 0.4 0.6
Hex AD 70 C1 A 2A 0 18 11D 28 3C
Octal 255 160 301 12 52 0 30 435 50 74
Binary 10101101 1110000 11000001 1010 101010 0 11000 100011101 101000 111100

Color Harmonies of #AD70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD70C1

Black with #AD70C1

Text Example


Text Example

White with #AD70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD70C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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