Html Css Color HEX #AD93EA Biloba Flower

📋 copy color: '#AD93EA'

red 173 ◦ green 147 ◦ blue 234

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

Shades of Biloba Flower #AD93EA

Tints of Biloba Flower #AD93EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.53%

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

R = 31.23%
G = 26.53%
B = 42.24%

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

#AD93EA (or 0xAD93EA) is known color: Biloba Flower. HEX triplet: AD, 93 and EA. RGB value is (173,147,234). Sum of RGB (Red+Green+Blue) = 173+147+234=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD93EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93EA is #526C15. Grayscale: #A4A4A4. Windows color (decimal): -5401622 or 15373229. OLE color: 15373229.

HSL color Cylindrical-coordinate representation of color #AD93EA: hue angle of 257.93º 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 #AD93EA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 147 234 -
CMYK 0.26 0.37 0 0.08
HSL 257.93º 0.67% 0.75% -
HSV(B) 257.93º 0.37% 0.92% -
XYZ 42.52 35.69 82.49 -
YUV 164.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 173 147 234 0.26 0.37 0 0.08 257.93 0.67 0.75
Hex AD 93 EA 1A 25 0 8 102 43 4B
Octal 255 223 352 32 45 0 10 402 103 113
Binary 10101101 10010011 11101010 11010 100101 0 1000 100000010 1000011 1001011

Color Harmonies of #AD93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93EA

Black with #AD93EA

Text Example


Text Example

White with #AD93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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