Html Css Color HEX #AD93F0 Biloba Flower

📋 copy color: '#AD93F0'

red 173 ◦ green 147 ◦ blue 240

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

Shades of Biloba Flower #AD93F0

Tints of Biloba Flower #AD93F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 30.89%
G = 26.25%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD93F0 (or 0xAD93F0) is known color: Biloba Flower. HEX triplet: AD, 93 and F0. RGB value is (173,147,240). Sum of RGB (Red+Green+Blue) = 173+147+240=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD93F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93F0 is #526C0F. Grayscale: #A5A5A5. Windows color (decimal): -5401616 or 15766445. OLE color: 15766445.

HSL color Cylindrical-coordinate representation of color #AD93F0: hue angle of 256.77º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD93F0 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 147 240 -
CMYK 0.28 0.39 0 0.06
HSL 256.77º 0.76% 0.76% -
HSV(B) 256.77º 0.39% 0.94% -
XYZ 43.4 36.04 87.11 -
YUV 165.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 173 147 240 0.28 0.39 0 0.06 256.77 0.76 0.76
Hex AD 93 F0 1C 27 0 6 101 4C 4C
Octal 255 223 360 34 47 0 6 401 114 114
Binary 10101101 10010011 11110000 11100 100111 0 110 100000001 1001100 1001100

Color Harmonies of #AD93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93F0

Black with #AD93F0

Text Example


Text Example

White with #AD93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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