Html Css Color HEX #AD94E5 Biloba Flower

📋 copy color: '#AD94E5'

red 173 ◦ green 148 ◦ blue 229

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

Shades of Biloba Flower #AD94E5

Tints of Biloba Flower #AD94E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 31.45%
G = 26.91%
B = 41.64%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD94E5 (or 0xAD94E5) is known color: Biloba Flower. HEX triplet: AD, 94 and E5. RGB value is (173,148,229). Sum of RGB (Red+Green+Blue) = 173+148+229=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD94E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD94E5 is #526B1A. Grayscale: #A4A4A4. Windows color (decimal): -5401371 or 15045805. OLE color: 15045805.

HSL color Cylindrical-coordinate representation of color #AD94E5: hue angle of 258.52º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD94E5 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 148 229 -
CMYK 0.24 0.35 0 0.10
HSL 258.52º 0.61% 0.74% -
HSV(B) 258.52º 0.35% 0.9% -
XYZ 41.97 35.72 78.81 -
YUV 164.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 173 148 229 0.24 0.35 0 0.10 258.52 0.61 0.74
Hex AD 94 E5 18 23 0 A 103 3D 4A
Octal 255 224 345 30 43 0 12 403 75 112
Binary 10101101 10010100 11100101 11000 100011 0 1010 100000011 111101 1001010

Color Harmonies of #AD94E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94E5

Black with #AD94E5

Text Example


Text Example

White with #AD94E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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