Html Css Color HEX #AD93F3 Biloba Flower

📋 copy color: '#AD93F3'

red 173 ◦ green 147 ◦ blue 243

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

Shades of Biloba Flower #AD93F3

Tints of Biloba Flower #AD93F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.16%

R = 30.73%
G = 26.11%
B = 43.16%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD93F3 (or 0xAD93F3) is known color: Biloba Flower. HEX triplet: AD, 93 and F3. RGB value is (173,147,243). Sum of RGB (Red+Green+Blue) = 173+147+243=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD93F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93F3 is #526C0C. Grayscale: #A5A5A5. Windows color (decimal): -5401613 or 15963053. OLE color: 15963053.

HSL color Cylindrical-coordinate representation of color #AD93F3: hue angle of 256.25º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD93F3 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 147 243 -
CMYK 0.29 0.40 0 0.05
HSL 256.25º 0.8% 0.76% -
HSV(B) 256.25º 0.4% 0.95% -
XYZ 43.84 36.22 89.47 -
YUV 165.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 173 147 243 0.29 0.40 0 0.05 256.25 0.8 0.76
Hex AD 93 F3 1D 28 0 5 100 50 4C
Octal 255 223 363 35 50 0 5 400 120 114
Binary 10101101 10010011 11110011 11101 101000 0 101 100000000 1010000 1001100

Color Harmonies of #AD93F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93F3

Black with #AD93F3

Text Example


Text Example

White with #AD93F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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