Html Css Color HEX #AD9BFF Biloba Flower

📋 copy color: '#AD9BFF'

red 173 ◦ green 155 ◦ blue 255

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

Shades of Biloba Flower #AD9BFF

Tints of Biloba Flower #AD9BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.74%

R = 29.67%
G = 26.59%
B = 43.74%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD9BFF (or 0xAD9BFF) is known color: Biloba Flower. HEX triplet: AD, 9B and FF. RGB value is (173,155,255). Sum of RGB (Red+Green+Blue) = 173+155+255=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD9BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9BFF is #526400. Grayscale: #ABABAB. Windows color (decimal): -5399553 or 16751533. OLE color: 16751533.

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

Color convert

RGB 173 155 255 -
CMYK 0.32 0.39 0 0
HSL 250.8º 1% 0.8% -
HSV(B) 250.8º 0.39% 1% -
XYZ 47 39.55 99.76 -
YUV 171.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 173 155 255 0.32 0.39 0 0 250.8 1 0.8
Hex AD 9B FF 20 27 0 0 FB 64 50
Octal 255 233 377 40 47 0 0 373 144 120
Binary 10101101 10011011 11111111 100000 100111 0 0 11111011 1100100 1010000

Color Harmonies of #AD9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BFF

Black with #AD9BFF

Text Example


Text Example

White with #AD9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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