Html Css Color HEX #AD8DE1 Biloba Flower

📋 copy color: '#AD8DE1'

red 173 ◦ green 141 ◦ blue 225

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

Shades of Biloba Flower #AD8DE1

Tints of Biloba Flower #AD8DE1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.16%

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 32.1%
G = 26.16%
B = 41.74%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD8DE1 (or 0xAD8DE1) is known color: Biloba Flower. HEX triplet: AD, 8D and E1. RGB value is (173,141,225). Sum of RGB (Red+Green+Blue) = 173+141+225=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD8DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DE1 is #52721E. Grayscale: #9F9F9F. Windows color (decimal): -5403167 or 14781869. OLE color: 14781869.

HSL color Cylindrical-coordinate representation of color #AD8DE1: hue angle of 262.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8DE1 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 141 225 -
CMYK 0.23 0.37 0 0.12
HSL 262.86º 0.58% 0.72% -
HSV(B) 262.86º 0.37% 0.88% -
XYZ 40.35 33.37 75.55 -
YUV 160.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 173 141 225 0.23 0.37 0 0.12 262.86 0.58 0.72
Hex AD 8D E1 17 25 0 C 107 3A 48
Octal 255 215 341 27 45 0 14 407 72 110
Binary 10101101 10001101 11100001 10111 100101 0 1100 100000111 111010 1001000

Color Harmonies of #AD8DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DE1

Black with #AD8DE1

Text Example


Text Example

White with #AD8DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DE1; }

 p { color: rgb(173,141,225); }

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

background-color css

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

 a { background-color: rgb(173,141,225); }

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

border-color css

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

 span { border-color: rgb(173,141,225); }

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