Html Css Color HEX #AD7ED4 East Side

📋 copy color: '#AD7ED4'

red 173 ◦ green 126 ◦ blue 212

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

Shades of East Side #AD7ED4

Tints of East Side #AD7ED4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.66%

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 33.86%
G = 24.66%
B = 41.49%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD7ED4 (or 0xAD7ED4) is known color: East Side. HEX triplet: AD, 7E and D4. RGB value is (173,126,212). Sum of RGB (Red+Green+Blue) = 173+126+212=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD7ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7ED4 is #52812B. Grayscale: #959595. Windows color (decimal): -5407020 or 13926061. OLE color: 13926061.

HSL color Cylindrical-coordinate representation of color #AD7ED4: hue angle of 272.79º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD7ED4 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 126 212 -
CMYK 0.18 0.41 0 0.17
HSL 272.79º 0.5% 0.66% -
HSV(B) 272.79º 0.41% 0.83% -
XYZ 36.58 28.56 65.87 -
YUV 149.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 173 126 212 0.18 0.41 0 0.17 272.79 0.5 0.66
Hex AD 7E D4 12 29 0 11 111 32 42
Octal 255 176 324 22 51 0 21 421 62 102
Binary 10101101 1111110 11010100 10010 101001 0 10001 100010001 110010 1000010

Color Harmonies of #AD7ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7ED4

Black with #AD7ED4

Text Example


Text Example

White with #AD7ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7ED4; }

 p { color: rgb(173,126,212); }

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

background-color css

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

 a { background-color: rgb(173,126,212); }

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

border-color css

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

 span { border-color: rgb(173,126,212); }

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