Html Css Color HEX #AD9FE6 Biloba Flower

📋 copy color: '#AD9FE6'

red 173 ◦ green 159 ◦ blue 230

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

Shades of Biloba Flower #AD9FE6

Tints of Biloba Flower #AD9FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 30.78%
G = 28.29%
B = 40.93%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD9FE6 (or 0xAD9FE6) is known color: Biloba Flower. HEX triplet: AD, 9F and E6. RGB value is (173,159,230). Sum of RGB (Red+Green+Blue) = 173+159+230=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD9FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FE6 is #526019. Grayscale: #ABABAB. Windows color (decimal): -5398554 or 15114157. OLE color: 15114157.

HSL color Cylindrical-coordinate representation of color #AD9FE6: hue angle of 251.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9FE6 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 159 230 -
CMYK 0.25 0.31 0 0.10
HSL 251.83º 0.59% 0.76% -
HSV(B) 251.83º 0.31% 0.9% -
XYZ 43.91 39.39 80.15 -
YUV 171.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 173 159 230 0.25 0.31 0 0.10 251.83 0.59 0.76
Hex AD 9F E6 19 1F 0 A FC 3B 4C
Octal 255 237 346 31 37 0 12 374 73 114
Binary 10101101 10011111 11100110 11001 11111 0 1010 11111100 111011 1001100

Color Harmonies of #AD9FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FE6

Black with #AD9FE6

Text Example


Text Example

White with #AD9FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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