Html Css Color HEX #AD93FB Biloba Flower

📋 copy color: '#AD93FB'

red 173 ◦ green 147 ◦ blue 251

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

Shades of Biloba Flower #AD93FB

Tints of Biloba Flower #AD93FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 30.3%
G = 25.74%
B = 43.96%

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

#AD93FB (or 0xAD93FB) is known color: Biloba Flower. HEX triplet: AD, 93 and FB. RGB value is (173,147,251). Sum of RGB (Red+Green+Blue) = 173+147+251=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD93FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93FB is #526C04. Grayscale: #A6A6A6. Windows color (decimal): -5401605 or 16487341. OLE color: 16487341.

HSL color Cylindrical-coordinate representation of color #AD93FB: hue angle of 255º degrees, saturation: 0.93, 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 #AD93FB is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 147 251 -
CMYK 0.31 0.41 0 0.02
HSL 255º 0.93% 0.78% -
HSV(B) 255º 0.41% 0.98% -
XYZ 45.08 36.72 95.98 -
YUV 166.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 173 147 251 0.31 0.41 0 0.02 255 0.93 0.78
Hex AD 93 FB 1F 29 0 2 FF 5D 4E
Octal 255 223 373 37 51 0 2 377 135 116
Binary 10101101 10010011 11111011 11111 101001 0 10 11111111 1011101 1001110

Color Harmonies of #AD93FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93FB

Black with #AD93FB

Text Example


Text Example

White with #AD93FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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