Html Css Color HEX #AD7DDC Biloba Flower

📋 copy color: '#AD7DDC'

red 173 ◦ green 125 ◦ blue 220

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

Shades of Biloba Flower #AD7DDC

Tints of Biloba Flower #AD7DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.13%

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

R = 33.4%
G = 24.13%
B = 42.47%

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

#AD7DDC (or 0xAD7DDC) is known color: Biloba Flower. HEX triplet: AD, 7D and DC. RGB value is (173,125,220). Sum of RGB (Red+Green+Blue) = 173+125+220=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7DDC is #528223. Grayscale: #959595. Windows color (decimal): -5407268 or 14450093. OLE color: 14450093.

HSL color Cylindrical-coordinate representation of color #AD7DDC: hue angle of 270.32º degrees, saturation: 0.58, 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 #AD7DDC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 125 220 -
CMYK 0.21 0.43 0 0.14
HSL 270.32º 0.58% 0.68% -
HSV(B) 270.32º 0.43% 0.86% -
XYZ 37.49 28.72 71.28 -
YUV 150.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 173 125 220 0.21 0.43 0 0.14 270.32 0.58 0.68
Hex AD 7D DC 15 2B 0 E 10E 3A 44
Octal 255 175 334 25 53 0 16 416 72 104
Binary 10101101 1111101 11011100 10101 101011 0 1110 100001110 111010 1000100

Color Harmonies of #AD7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DDC

Black with #AD7DDC

Text Example


Text Example

White with #AD7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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