Html Css Color HEX #AD8ED6 Biloba Flower

📋 copy color: '#AD8ED6'

red 173 ◦ green 142 ◦ blue 214

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

Shades of Biloba Flower #AD8ED6

Tints of Biloba Flower #AD8ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 32.7%
G = 26.84%
B = 40.45%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD8ED6 (or 0xAD8ED6) is known color: Biloba Flower. HEX triplet: AD, 8E and D6. RGB value is (173,142,214). Sum of RGB (Red+Green+Blue) = 173+142+214=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD8ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ED6 is #527129. Grayscale: #9F9F9F. Windows color (decimal): -5402922 or 14061229. OLE color: 14061229.

HSL color Cylindrical-coordinate representation of color #AD8ED6: hue angle of 265.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD8ED6 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 142 214 -
CMYK 0.19 0.34 0 0.16
HSL 265.83º 0.47% 0.7% -
HSV(B) 265.83º 0.34% 0.84% -
XYZ 39.04 33.09 67.95 -
YUV 159.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 173 142 214 0.19 0.34 0 0.16 265.83 0.47 0.7
Hex AD 8E D6 13 22 0 10 10A 2F 46
Octal 255 216 326 23 42 0 20 412 57 106
Binary 10101101 10001110 11010110 10011 100010 0 10000 100001010 101111 1000110

Color Harmonies of #AD8ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ED6

Black with #AD8ED6

Text Example


Text Example

White with #AD8ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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