Html Css Color HEX #AD7EDC Biloba Flower

📋 copy color: '#AD7EDC'

red 173 ◦ green 126 ◦ blue 220

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

Shades of Biloba Flower #AD7EDC

Tints of Biloba Flower #AD7EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 33.33%
G = 24.28%
B = 42.39%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD7EDC (or 0xAD7EDC) is known color: Biloba Flower. HEX triplet: AD, 7E and DC. RGB value is (173,126,220). Sum of RGB (Red+Green+Blue) = 173+126+220=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7EDC is #528123. Grayscale: #969696. Windows color (decimal): -5407012 or 14450349. OLE color: 14450349.

HSL color Cylindrical-coordinate representation of color #AD7EDC: hue angle of 270º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7EDC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 126 220 -
CMYK 0.21 0.43 0 0.14
HSL 270º 0.57% 0.68% -
HSV(B) 270º 0.43% 0.86% -
XYZ 37.61 28.97 71.32 -
YUV 150.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 173 126 220 0.21 0.43 0 0.14 270 0.57 0.68
Hex AD 7E DC 15 2B 0 E 10E 39 44
Octal 255 176 334 25 53 0 16 416 71 104
Binary 10101101 1111110 11011100 10101 101011 0 1110 100001110 111001 1000100

Color Harmonies of #AD7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7EDC

Black with #AD7EDC

Text Example


Text Example

White with #AD7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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