Html Css Color HEX #A991F1 Biloba Flower

📋 copy color: '#A991F1'

red 169 ◦ green 145 ◦ blue 241

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

Shades of Biloba Flower #A991F1

Tints of Biloba Flower #A991F1

RGB

 RED value IS 169 (66.41% from 255) = 30.45%

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 30.45%
G = 26.13%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A991F1 (or 0xA991F1) is known color: Biloba Flower. HEX triplet: A9, 91 and F1. RGB value is (169,145,241). Sum of RGB (Red+Green+Blue) = 169+145+241=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #A991F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991F1 is #566E0E. Grayscale: #A2A2A2. Windows color (decimal): -5664271 or 15831465. OLE color: 15831465.

HSL color Cylindrical-coordinate representation of color #A991F1: hue angle of 255º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A991F1 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 145 241 -
CMYK 0.30 0.40 0 0.05
HSL 255º 0.77% 0.76% -
HSV(B) 255º 0.4% 0.95% -
XYZ 42.36 35.04 87.75 -
YUV 163.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 169 145 241 0.30 0.40 0 0.05 255 0.77 0.76
Hex A9 91 F1 1E 28 0 5 FF 4D 4C
Octal 251 221 361 36 50 0 5 377 115 114
Binary 10101001 10010001 11110001 11110 101000 0 101 11111111 1001101 1001100

Color Harmonies of #A991F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991F1

Black with #A991F1

Text Example


Text Example

White with #A991F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991F1; }

 p { color: rgb(169,145,241); }

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

background-color css

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

 a { background-color: rgb(169,145,241); }

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

border-color css

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

 span { border-color: rgb(169,145,241); }

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