Html Css Color HEX #AD93FA Biloba Flower

📋 copy color: '#AD93FA'

red 173 ◦ green 147 ◦ blue 250

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

Shades of Biloba Flower #AD93FA

Tints of Biloba Flower #AD93FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 30.35%
G = 25.79%
B = 43.86%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD93FA (or 0xAD93FA) is known color: Biloba Flower. HEX triplet: AD, 93 and FA. RGB value is (173,147,250). Sum of RGB (Red+Green+Blue) = 173+147+250=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD93FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93FA is #526C05. Grayscale: #A6A6A6. Windows color (decimal): -5401606 or 16421805. OLE color: 16421805.

HSL color Cylindrical-coordinate representation of color #AD93FA: hue angle of 255.15º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD93FA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 147 250 -
CMYK 0.31 0.41 0 0.02
HSL 255.15º 0.91% 0.78% -
HSV(B) 255.15º 0.41% 0.98% -
XYZ 44.92 36.65 95.15 -
YUV 166.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 173 147 250 0.31 0.41 0 0.02 255.15 0.91 0.78
Hex AD 93 FA 1F 29 0 2 FF 5B 4E
Octal 255 223 372 37 51 0 2 377 133 116
Binary 10101101 10010011 11111010 11111 101001 0 10 11111111 1011011 1001110

Color Harmonies of #AD93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93FA

Black with #AD93FA

Text Example


Text Example

White with #AD93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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