Html Css Color HEX #AD94E1 Biloba Flower

📋 copy color: '#AD94E1'

red 173 ◦ green 148 ◦ blue 225

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

Shades of Biloba Flower #AD94E1

Tints of Biloba Flower #AD94E1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.11%

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

R = 31.68%
G = 27.11%
B = 41.21%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD94E1 (or 0xAD94E1) is known color: Biloba Flower. HEX triplet: AD, 94 and E1. RGB value is (173,148,225). Sum of RGB (Red+Green+Blue) = 173+148+225=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD94E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94E1 is #526B1E. Grayscale: #A3A3A3. Windows color (decimal): -5401375 or 14783661. OLE color: 14783661.

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

Color convert

RGB 173 148 225 -
CMYK 0.23 0.34 0 0.12
HSL 259.48º 0.56% 0.73% -
HSV(B) 259.48º 0.34% 0.88% -
XYZ 41.41 35.5 75.9 -
YUV 164.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 173 148 225 0.23 0.34 0 0.12 259.48 0.56 0.73
Hex AD 94 E1 17 22 0 C 103 38 49
Octal 255 224 341 27 42 0 14 403 70 111
Binary 10101101 10010100 11100001 10111 100010 0 1100 100000011 111000 1001001

Color Harmonies of #AD94E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94E1

Black with #AD94E1

Text Example


Text Example

White with #AD94E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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