Html Css Color HEX #AD9FEA Biloba Flower

📋 copy color: '#AD9FEA'

red 173 ◦ green 159 ◦ blue 234

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

Shades of Biloba Flower #AD9FEA

Tints of Biloba Flower #AD9FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 30.57%
G = 28.09%
B = 41.34%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD9FEA (or 0xAD9FEA) is known color: Biloba Flower. HEX triplet: AD, 9F and EA. RGB value is (173,159,234). Sum of RGB (Red+Green+Blue) = 173+159+234=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9FEA is #526015. Grayscale: #ABABAB. Windows color (decimal): -5398550 or 15376301. OLE color: 15376301.

HSL color Cylindrical-coordinate representation of color #AD9FEA: hue angle of 251.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9FEA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 159 234 -
CMYK 0.26 0.32 0 0.08
HSL 251.2º 0.64% 0.77% -
HSV(B) 251.2º 0.32% 0.92% -
XYZ 44.48 39.62 83.15 -
YUV 171.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 173 159 234 0.26 0.32 0 0.08 251.2 0.64 0.77
Hex AD 9F EA 1A 20 0 8 FB 40 4D
Octal 255 237 352 32 40 0 10 373 100 115
Binary 10101101 10011111 11101010 11010 100000 0 1000 11111011 1000000 1001101

Color Harmonies of #AD9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FEA

Black with #AD9FEA

Text Example


Text Example

White with #AD9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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