Html Css Color HEX #A991F0 Biloba Flower

📋 copy color: '#A991F0'

red 169 ◦ green 145 ◦ blue 240

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

Shades of Biloba Flower #A991F0

Tints of Biloba Flower #A991F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 30.51%
G = 26.17%
B = 43.32%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A991F0 (or 0xA991F0) is known color: Biloba Flower. HEX triplet: A9, 91 and F0. RGB value is (169,145,240). Sum of RGB (Red+Green+Blue) = 169+145+240=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A991F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991F0 is #566E0F. Grayscale: #A2A2A2. Windows color (decimal): -5664272 or 15765929. OLE color: 15765929.

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

Color convert

RGB 169 145 240 -
CMYK 0.30 0.40 0 0.06
HSL 255.16º 0.76% 0.75% -
HSV(B) 255.16º 0.4% 0.94% -
XYZ 42.22 34.98 86.96 -
YUV 163.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 169 145 240 0.30 0.40 0 0.06 255.16 0.76 0.75
Hex A9 91 F0 1E 28 0 6 FF 4C 4B
Octal 251 221 360 36 50 0 6 377 114 113
Binary 10101001 10010001 11110000 11110 101000 0 110 11111111 1001100 1001011

Color Harmonies of #A991F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991F0

Black with #A991F0

Text Example


Text Example

White with #A991F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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