Html Css Color HEX #AD9EEA Biloba Flower

📋 copy color: '#AD9EEA'

red 173 ◦ green 158 ◦ blue 234

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

Shades of Biloba Flower #AD9EEA

Tints of Biloba Flower #AD9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.96%

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

R = 30.62%
G = 27.96%
B = 41.42%

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

#AD9EEA (or 0xAD9EEA) is known color: Biloba Flower. HEX triplet: AD, 9E and EA. RGB value is (173,158,234). Sum of RGB (Red+Green+Blue) = 173+158+234=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD9EEA is #526115. Grayscale: #AAAAAA. Windows color (decimal): -5398806 or 15376045. OLE color: 15376045.

HSL color Cylindrical-coordinate representation of color #AD9EEA: hue angle of 251.84º 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 #AD9EEA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 158 234 -
CMYK 0.26 0.32 0 0.08
HSL 251.84º 0.64% 0.77% -
HSV(B) 251.84º 0.32% 0.92% -
XYZ 44.31 39.28 83.09 -
YUV 171.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 173 158 234 0.26 0.32 0 0.08 251.84 0.64 0.77
Hex AD 9E EA 1A 20 0 8 FC 40 4D
Octal 255 236 352 32 40 0 10 374 100 115
Binary 10101101 10011110 11101010 11010 100000 0 1000 11111100 1000000 1001101

Color Harmonies of #AD9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9EEA

Black with #AD9EEA

Text Example


Text Example

White with #AD9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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