Html Css Color HEX #AD9AF6 Biloba Flower

📋 copy color: '#AD9AF6'

red 173 ◦ green 154 ◦ blue 246

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

Shades of Biloba Flower #AD9AF6

Tints of Biloba Flower #AD9AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.93%

R = 30.19%
G = 26.88%
B = 42.93%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD9AF6 (or 0xAD9AF6) is known color: Biloba Flower. HEX triplet: AD, 9A and F6. RGB value is (173,154,246). Sum of RGB (Red+Green+Blue) = 173+154+246=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 154 (60.55% from 255 or 26.88% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD9AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9AF6 is #526509. Grayscale: #A9A9A9. Windows color (decimal): -5399818 or 16161453. OLE color: 16161453.

HSL color Cylindrical-coordinate representation of color #AD9AF6: hue angle of 252.39º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD9AF6 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 154 246 -
CMYK 0.30 0.37 0 0.04
HSL 252.39º 0.84% 0.78% -
HSV(B) 252.39º 0.37% 0.96% -
XYZ 45.42 38.65 92.25 -
YUV 170.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 173 154 246 0.30 0.37 0 0.04 252.39 0.84 0.78
Hex AD 9A F6 1E 25 0 4 FC 54 4E
Octal 255 232 366 36 45 0 4 374 124 116
Binary 10101101 10011010 11110110 11110 100101 0 100 11111100 1010100 1001110

Color Harmonies of #AD9AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AF6

Black with #AD9AF6

Text Example


Text Example

White with #AD9AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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