Html Css Color HEX #AD93FF Biloba Flower

📋 copy color: '#AD93FF'

red 173 ◦ green 147 ◦ blue 255

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

Shades of Biloba Flower #AD93FF

Tints of Biloba Flower #AD93FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 30.09%
G = 25.57%
B = 44.35%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD93FF (or 0xAD93FF) is known color: Biloba Flower. HEX triplet: AD, 93 and FF. RGB value is (173,147,255). Sum of RGB (Red+Green+Blue) = 173+147+255=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD93FF is #526C00. Grayscale: #A6A6A6. Windows color (decimal): -5401601 or 16749485. OLE color: 16749485.

HSL color Cylindrical-coordinate representation of color #AD93FF: hue angle of 254.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD93FF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 147 255 -
CMYK 0.32 0.42 0 0
HSL 254.44º 1% 0.79% -
HSV(B) 254.44º 0.42% 1% -
XYZ 45.72 36.97 99.33 -
YUV 167.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 173 147 255 0.32 0.42 0 0 254.44 1 0.79
Hex AD 93 FF 20 2A 0 0 FE 64 4F
Octal 255 223 377 40 52 0 0 376 144 117
Binary 10101101 10010011 11111111 100000 101010 0 0 11111110 1100100 1001111

Color Harmonies of #AD93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93FF

Black with #AD93FF

Text Example


Text Example

White with #AD93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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