Html Css Color HEX #AD9FEB Biloba Flower

📋 copy color: '#AD9FEB'

red 173 ◦ green 159 ◦ blue 235

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

Shades of Biloba Flower #AD9FEB

Tints of Biloba Flower #AD9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 30.51%
G = 28.04%
B = 41.45%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD9FEB (or 0xAD9FEB) is known color: Biloba Flower. HEX triplet: AD, 9F and EB. RGB value is (173,159,235). Sum of RGB (Red+Green+Blue) = 173+159+235=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FEB is #526014. Grayscale: #ABABAB. Windows color (decimal): -5398549 or 15441837. OLE color: 15441837.

HSL color Cylindrical-coordinate representation of color #AD9FEB: hue angle of 251.05º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9FEB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 159 235 -
CMYK 0.26 0.32 0 0.08
HSL 251.05º 0.66% 0.77% -
HSV(B) 251.05º 0.32% 0.92% -
XYZ 44.63 39.68 83.9 -
YUV 171.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 173 159 235 0.26 0.32 0 0.08 251.05 0.66 0.77
Hex AD 9F EB 1A 20 0 8 FB 42 4D
Octal 255 237 353 32 40 0 10 373 102 115
Binary 10101101 10011111 11101011 11010 100000 0 1000 11111011 1000010 1001101

Color Harmonies of #AD9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FEB

Black with #AD9FEB

Text Example


Text Example

White with #AD9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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