Html Css Color HEX #AD7FDE Biloba Flower

📋 copy color: '#AD7FDE'

red 173 ◦ green 127 ◦ blue 222

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

Shades of Biloba Flower #AD7FDE

Tints of Biloba Flower #AD7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.33%

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 33.14%
G = 24.33%
B = 42.53%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD7FDE (or 0xAD7FDE) is known color: Biloba Flower. HEX triplet: AD, 7F and DE. RGB value is (173,127,222). Sum of RGB (Red+Green+Blue) = 173+127+222=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD7FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FDE is #528021. Grayscale: #979797. Windows color (decimal): -5406754 or 14581677. OLE color: 14581677.

HSL color Cylindrical-coordinate representation of color #AD7FDE: hue angle of 269.05º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD7FDE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 127 222 -
CMYK 0.22 0.43 0 0.13
HSL 269.05º 0.59% 0.68% -
HSV(B) 269.05º 0.43% 0.87% -
XYZ 38.01 29.34 72.77 -
YUV 151.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 173 127 222 0.22 0.43 0 0.13 269.05 0.59 0.68
Hex AD 7F DE 16 2B 0 D 10D 3B 44
Octal 255 177 336 26 53 0 15 415 73 104
Binary 10101101 1111111 11011110 10110 101011 0 1101 100001101 111011 1000100

Color Harmonies of #AD7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FDE

Black with #AD7FDE

Text Example


Text Example

White with #AD7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FDE; }

 p { color: rgb(173,127,222); }

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

background-color css

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

 a { background-color: rgb(173,127,222); }

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

border-color css

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

 span { border-color: rgb(173,127,222); }

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