Html Css Color HEX #A190F0 Biloba Flower

📋 copy color: '#A190F0'

red 161 ◦ green 144 ◦ blue 240

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

Shades of Biloba Flower #A190F0

Tints of Biloba Flower #A190F0

RGB

 RED value IS 161 (63.28% from 255) = 29.54%

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

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

R = 29.54%
G = 26.42%
B = 44.04%

CMYK

 C value IS 0.33

 M value IS 0.4

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A190F0 (or 0xA190F0) is known color: Biloba Flower. HEX triplet: A1, 90 and F0. RGB value is (161,144,240). Sum of RGB (Red+Green+Blue) = 161+144+240=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #A190F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190F0 is #5E6F0F. Grayscale: #9F9F9F. Windows color (decimal): -6188816 or 15765665. OLE color: 15765665.

HSL color Cylindrical-coordinate representation of color #A190F0: hue angle of 250.63º 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 #A190F0 is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 144 240 -
CMYK 0.33 0.4 0 0.06
HSL 250.63º 0.76% 0.75% -
HSV(B) 250.63º 0.4% 0.94% -
XYZ 40.4 33.81 86.84 -
YUV 160.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 161 144 240 0.33 0.4 0 0.06 250.63 0.76 0.75
Hex A1 90 F0 21 28 0 6 FB 4C 4B
Octal 241 220 360 41 50 0 6 373 114 113
Binary 10100001 10010000 11110000 100001 101000 0 110 11111011 1001100 1001011

Color Harmonies of #A190F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190F0

Black with #A190F0

Text Example


Text Example

White with #A190F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190F0; }

 p { color: rgb(161,144,240); }

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

background-color css

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

 a { background-color: rgb(161,144,240); }

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

border-color css

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

 span { border-color: rgb(161,144,240); }

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