Html Css Color HEX #AD91FA Biloba Flower

📋 copy color: '#AD91FA'

red 173 ◦ green 145 ◦ blue 250

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

Shades of Biloba Flower #AD91FA

Tints of Biloba Flower #AD91FA

RGB

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

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

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

R = 30.46%
G = 25.53%
B = 44.01%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD91FA (or 0xAD91FA) is known color: Biloba Flower. HEX triplet: AD, 91 and FA. RGB value is (173,145,250). Sum of RGB (Red+Green+Blue) = 173+145+250=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD91FA is #526E05. Grayscale: #A4A4A4. Windows color (decimal): -5402118 or 16421293. OLE color: 16421293.

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

Color convert

RGB 173 145 250 -
CMYK 0.31 0.42 0 0.02
HSL 256º 0.91% 0.77% -
HSV(B) 256º 0.42% 0.98% -
XYZ 44.61 36.04 95.05 -
YUV 165.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 173 145 250 0.31 0.42 0 0.02 256 0.91 0.77
Hex AD 91 FA 1F 2A 0 2 100 5B 4D
Octal 255 221 372 37 52 0 2 400 133 115
Binary 10101101 10010001 11111010 11111 101010 0 10 100000000 1011011 1001101

Color Harmonies of #AD91FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91FA

Black with #AD91FA

Text Example


Text Example

White with #AD91FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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