Html Css Color HEX #AD8CEF Biloba Flower

📋 copy color: '#AD8CEF'

red 173 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #AD8CEF

Tints of Biloba Flower #AD8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

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

R = 31.34%
G = 25.36%
B = 43.3%

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

#AD8CEF (or 0xAD8CEF) is known color: Biloba Flower. HEX triplet: AD, 8C and EF. RGB value is (173,140,239). Sum of RGB (Red+Green+Blue) = 173+140+239=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD8CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CEF is #527310. Grayscale: #A0A0A0. Windows color (decimal): -5403409 or 15699117. OLE color: 15699117.

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

Color convert

RGB 173 140 239 -
CMYK 0.28 0.41 0 0.06
HSL 260º 0.76% 0.74% -
HSV(B) 260º 0.41% 0.94% -
XYZ 42.19 33.87 85.98 -
YUV 161.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 173 140 239 0.28 0.41 0 0.06 260 0.76 0.74
Hex AD 8C EF 1C 29 0 6 104 4C 4A
Octal 255 214 357 34 51 0 6 404 114 112
Binary 10101101 10001100 11101111 11100 101001 0 110 100000100 1001100 1001010

Color Harmonies of #AD8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CEF

Black with #AD8CEF

Text Example


Text Example

White with #AD8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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