Html Css Color HEX #AD91FD Biloba Flower

📋 copy color: '#AD91FD'

red 173 ◦ green 145 ◦ blue 253

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

Shades of Biloba Flower #AD91FD

Tints of Biloba Flower #AD91FD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.39%

 BLUE value IS 253 (99.22% from 255) = 44.31%

R = 30.3%
G = 25.39%
B = 44.31%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD91FD (or 0xAD91FD) is known color: Biloba Flower. HEX triplet: AD, 91 and FD. RGB value is (173,145,253). Sum of RGB (Red+Green+Blue) = 173+145+253=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD91FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91FD is #526E02. Grayscale: #A5A5A5. Windows color (decimal): -5402115 or 16617901. OLE color: 16617901.

HSL color Cylindrical-coordinate representation of color #AD91FD: hue angle of 255.56º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD91FD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 145 253 -
CMYK 0.32 0.43 0 0.01
HSL 255.56º 0.96% 0.78% -
HSV(B) 255.56º 0.43% 0.99% -
XYZ 45.09 36.23 97.54 -
YUV 165.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 173 145 253 0.32 0.43 0 0.01 255.56 0.96 0.78
Hex AD 91 FD 20 2B 0 1 100 60 4E
Octal 255 221 375 40 53 0 1 400 140 116
Binary 10101101 10010001 11111101 100000 101011 0 1 100000000 1100000 1001110

Color Harmonies of #AD91FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91FD

Black with #AD91FD

Text Example


Text Example

White with #AD91FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91FD; }

 p { color: rgb(173,145,253); }

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

background-color css

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

 a { background-color: rgb(173,145,253); }

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

border-color css

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

 span { border-color: rgb(173,145,253); }

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