Html Css Color HEX #AD94DF Biloba Flower

📋 copy color: '#AD94DF'

red 173 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #AD94DF

Tints of Biloba Flower #AD94DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 31.8%
G = 27.21%
B = 40.99%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD94DF (or 0xAD94DF) is known color: Biloba Flower. HEX triplet: AD, 94 and DF. RGB value is (173,148,223). Sum of RGB (Red+Green+Blue) = 173+148+223=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94DF is #526B20. Grayscale: #A3A3A3. Windows color (decimal): -5401377 or 14652589. OLE color: 14652589.

HSL color Cylindrical-coordinate representation of color #AD94DF: hue angle of 260º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD94DF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 148 223 -
CMYK 0.22 0.34 0 0.13
HSL 260º 0.54% 0.73% -
HSV(B) 260º 0.34% 0.87% -
XYZ 41.14 35.39 74.47 -
YUV 164.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 173 148 223 0.22 0.34 0 0.13 260 0.54 0.73
Hex AD 94 DF 16 22 0 D 104 36 49
Octal 255 224 337 26 42 0 15 404 66 111
Binary 10101101 10010100 11011111 10110 100010 0 1101 100000100 110110 1001001

Color Harmonies of #AD94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94DF

Black with #AD94DF

Text Example


Text Example

White with #AD94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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