Html Css Color HEX #AD9AFF Biloba Flower

📋 copy color: '#AD9AFF'

red 173 ◦ green 154 ◦ blue 255

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

Shades of Biloba Flower #AD9AFF

Tints of Biloba Flower #AD9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.46%

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

R = 29.73%
G = 26.46%
B = 43.81%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD9AFF (or 0xAD9AFF) is known color: Biloba Flower. HEX triplet: AD, 9A and FF. RGB value is (173,154,255). Sum of RGB (Red+Green+Blue) = 173+154+255=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD9AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9AFF is #526500. Grayscale: #AAAAAA. Windows color (decimal): -5399809 or 16751277. OLE color: 16751277.

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

Color convert

RGB 173 154 255 -
CMYK 0.32 0.40 0 0
HSL 251.29º 1% 0.8% -
HSV(B) 251.29º 0.4% 1% -
XYZ 46.84 39.22 99.71 -
YUV 171.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 173 154 255 0.32 0.40 0 0 251.29 1 0.8
Hex AD 9A FF 20 28 0 0 FB 64 50
Octal 255 232 377 40 50 0 0 373 144 120
Binary 10101101 10011010 11111111 100000 101000 0 0 11111011 1100100 1010000

Color Harmonies of #AD9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AFF

Black with #AD9AFF

Text Example


Text Example

White with #AD9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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