Html Css Color HEX #AD9FEF Biloba Flower

📋 copy color: '#AD9FEF'

red 173 ◦ green 159 ◦ blue 239

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

Shades of Biloba Flower #AD9FEF

Tints of Biloba Flower #AD9FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.85%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 30.3%
G = 27.85%
B = 41.86%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD9FEF (or 0xAD9FEF) is known color: Biloba Flower. HEX triplet: AD, 9F and EF. RGB value is (173,159,239). Sum of RGB (Red+Green+Blue) = 173+159+239=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD9FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FEF is #526010. Grayscale: #ABABAB. Windows color (decimal): -5398545 or 15703981. OLE color: 15703981.

HSL color Cylindrical-coordinate representation of color #AD9FEF: hue angle of 250.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9FEF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 159 239 -
CMYK 0.28 0.33 0 0.06
HSL 250.5º 0.71% 0.78% -
HSV(B) 250.5º 0.33% 0.94% -
XYZ 45.21 39.91 86.98 -
YUV 172.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 173 159 239 0.28 0.33 0 0.06 250.5 0.71 0.78
Hex AD 9F EF 1C 21 0 6 FB 47 4E
Octal 255 237 357 34 41 0 6 373 107 116
Binary 10101101 10011111 11101111 11100 100001 0 110 11111011 1000111 1001110

Color Harmonies of #AD9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FEF

Black with #AD9FEF

Text Example


Text Example

White with #AD9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FEF; }

 p { color: rgb(173,159,239); }

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

background-color css

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

 a { background-color: rgb(173,159,239); }

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

border-color css

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

 span { border-color: rgb(173,159,239); }

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