Html Css Color HEX #AD8EEF Biloba Flower

📋 copy color: '#AD8EEF'

red 173 ◦ green 142 ◦ blue 239

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

Shades of Biloba Flower #AD8EEF

Tints of Biloba Flower #AD8EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.63%

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 31.23%
G = 25.63%
B = 43.14%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD8EEF (or 0xAD8EEF) is known color: Biloba Flower. HEX triplet: AD, 8E and EF. RGB value is (173,142,239). Sum of RGB (Red+Green+Blue) = 173+142+239=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD8EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8EEF is #527110. Grayscale: #A1A1A1. Windows color (decimal): -5402897 or 15699629. OLE color: 15699629.

HSL color Cylindrical-coordinate representation of color #AD8EEF: hue angle of 259.18º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8EEF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 142 239 -
CMYK 0.28 0.41 0 0.06
HSL 259.18º 0.75% 0.75% -
HSV(B) 259.18º 0.41% 0.94% -
XYZ 42.49 34.46 86.07 -
YUV 162.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 173 142 239 0.28 0.41 0 0.06 259.18 0.75 0.75
Hex AD 8E EF 1C 29 0 6 103 4B 4B
Octal 255 216 357 34 51 0 6 403 113 113
Binary 10101101 10001110 11101111 11100 101001 0 110 100000011 1001011 1001011

Color Harmonies of #AD8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8EEF

Black with #AD8EEF

Text Example


Text Example

White with #AD8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8EEF; }

 p { color: rgb(173,142,239); }

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

background-color css

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

 a { background-color: rgb(173,142,239); }

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

border-color css

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

 span { border-color: rgb(173,142,239); }

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