Html Css Color HEX #AD94E0 Biloba Flower

📋 copy color: '#AD94E0'

red 173 ◦ green 148 ◦ blue 224

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

Shades of Biloba Flower #AD94E0

Tints of Biloba Flower #AD94E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 31.74%
G = 27.16%
B = 41.1%

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

#AD94E0 (or 0xAD94E0) is known color: Biloba Flower. HEX triplet: AD, 94 and E0. RGB value is (173,148,224). Sum of RGB (Red+Green+Blue) = 173+148+224=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD94E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94E0 is #526B1F. Grayscale: #A3A3A3. Windows color (decimal): -5401376 or 14718125. OLE color: 14718125.

HSL color Cylindrical-coordinate representation of color #AD94E0: hue angle of 259.74º degrees, saturation: 0.55, 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 #AD94E0 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 148 224 -
CMYK 0.23 0.34 0 0.12
HSL 259.74º 0.55% 0.73% -
HSV(B) 259.74º 0.34% 0.88% -
XYZ 41.28 35.45 75.19 -
YUV 164.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 173 148 224 0.23 0.34 0 0.12 259.74 0.55 0.73
Hex AD 94 E0 17 22 0 C 104 37 49
Octal 255 224 340 27 42 0 14 404 67 111
Binary 10101101 10010100 11100000 10111 100010 0 1100 100000100 110111 1001001

Color Harmonies of #AD94E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94E0

Black with #AD94E0

Text Example


Text Example

White with #AD94E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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