Html Css Color HEX #AD94EA Biloba Flower

📋 copy color: '#AD94EA'

red 173 ◦ green 148 ◦ blue 234

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

Shades of Biloba Flower #AD94EA

Tints of Biloba Flower #AD94EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 31.17%
G = 26.67%
B = 42.16%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD94EA (or 0xAD94EA) is known color: Biloba Flower. HEX triplet: AD, 94 and EA. RGB value is (173,148,234). Sum of RGB (Red+Green+Blue) = 173+148+234=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD94EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD94EA is #526B15. Grayscale: #A4A4A4. Windows color (decimal): -5401366 or 15373485. OLE color: 15373485.

HSL color Cylindrical-coordinate representation of color #AD94EA: hue angle of 257.44º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD94EA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 148 234 -
CMYK 0.26 0.37 0 0.08
HSL 257.44º 0.67% 0.75% -
HSV(B) 257.44º 0.37% 0.92% -
XYZ 42.67 36 82.54 -
YUV 165.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 173 148 234 0.26 0.37 0 0.08 257.44 0.67 0.75
Hex AD 94 EA 1A 25 0 8 101 43 4B
Octal 255 224 352 32 45 0 10 401 103 113
Binary 10101101 10010100 11101010 11010 100101 0 1000 100000001 1000011 1001011

Color Harmonies of #AD94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94EA

Black with #AD94EA

Text Example


Text Example

White with #AD94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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