Html Css Color HEX #AD9DFE Biloba Flower

📋 copy color: '#AD9DFE'

red 173 ◦ green 157 ◦ blue 254

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

Shades of Biloba Flower #AD9DFE

Tints of Biloba Flower #AD9DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.88%

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 29.62%
G = 26.88%
B = 43.49%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD9DFE (or 0xAD9DFE) is known color: Biloba Flower. HEX triplet: AD, 9D and FE. RGB value is (173,157,254). Sum of RGB (Red+Green+Blue) = 173+157+254=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD9DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9DFE is #526201. Grayscale: #ACACAC. Windows color (decimal): -5399042 or 16686509. OLE color: 16686509.

HSL color Cylindrical-coordinate representation of color #AD9DFE: hue angle of 249.9º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9DFE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 157 254 -
CMYK 0.32 0.38 0 0.00
HSL 249.9º 0.98% 0.81% -
HSV(B) 249.9º 0.38% 1% -
XYZ 47.18 40.15 99.03 -
YUV 172.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 173 157 254 0.32 0.38 0 0.00 249.9 0.98 0.81
Hex AD 9D FE 20 26 0 0 FA 62 51
Octal 255 235 376 40 46 0 0 372 142 121
Binary 10101101 10011101 11111110 100000 100110 0 0 11111010 1100010 1010001

Color Harmonies of #AD9DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DFE

Black with #AD9DFE

Text Example


Text Example

White with #AD9DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DFE; }

 p { color: rgb(173,157,254); }

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

background-color css

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

 a { background-color: rgb(173,157,254); }

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

border-color css

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

 span { border-color: rgb(173,157,254); }

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