Html Css Color HEX #AD9BFC Biloba Flower

📋 copy color: '#AD9BFC'

red 173 ◦ green 155 ◦ blue 252

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

Shades of Biloba Flower #AD9BFC

Tints of Biloba Flower #AD9BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.72%

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 29.83%
G = 26.72%
B = 43.45%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD9BFC (or 0xAD9BFC) is known color: Biloba Flower. HEX triplet: AD, 9B and FC. RGB value is (173,155,252). Sum of RGB (Red+Green+Blue) = 173+155+252=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD9BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BFC is #526403. Grayscale: #ABABAB. Windows color (decimal): -5399556 or 16554925. OLE color: 16554925.

HSL color Cylindrical-coordinate representation of color #AD9BFC: hue angle of 251.13º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD9BFC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 155 252 -
CMYK 0.31 0.38 0 0.01
HSL 251.13º 0.94% 0.8% -
HSV(B) 251.13º 0.38% 0.99% -
XYZ 46.53 39.36 97.24 -
YUV 171.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 173 155 252 0.31 0.38 0 0.01 251.13 0.94 0.8
Hex AD 9B FC 1F 26 0 1 FB 5E 50
Octal 255 233 374 37 46 0 1 373 136 120
Binary 10101101 10011011 11111100 11111 100110 0 1 11111011 1011110 1010000

Color Harmonies of #AD9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BFC

Black with #AD9BFC

Text Example


Text Example

White with #AD9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BFC; }

 p { color: rgb(173,155,252); }

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

background-color css

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

 a { background-color: rgb(173,155,252); }

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

border-color css

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

 span { border-color: rgb(173,155,252); }

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