Html Css Color HEX #A990F1 Biloba Flower

📋 copy color: '#A990F1'

red 169 ◦ green 144 ◦ blue 241

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

Shades of Biloba Flower #A990F1

Tints of Biloba Flower #A990F1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.99%

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

R = 30.51%
G = 25.99%
B = 43.5%

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

#A990F1 (or 0xA990F1) is known color: Biloba Flower. HEX triplet: A9, 90 and F1. RGB value is (169,144,241). Sum of RGB (Red+Green+Blue) = 169+144+241=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #A990F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990F1 is #566F0E. Grayscale: #A2A2A2. Windows color (decimal): -5664527 or 15831209. OLE color: 15831209.

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

Color convert

RGB 169 144 241 -
CMYK 0.30 0.40 0 0.05
HSL 255.46º 0.78% 0.75% -
HSV(B) 255.46º 0.4% 0.95% -
XYZ 42.21 34.73 87.7 -
YUV 162.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 169 144 241 0.30 0.40 0 0.05 255.46 0.78 0.75
Hex A9 90 F1 1E 28 0 5 FF 4E 4B
Octal 251 220 361 36 50 0 5 377 116 113
Binary 10101001 10010000 11110001 11110 101000 0 101 11111111 1001110 1001011

Color Harmonies of #A990F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990F1

Black with #A990F1

Text Example


Text Example

White with #A990F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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