Html Css Color HEX #A190E6 Biloba Flower

📋 copy color: '#A190E6'

red 161 ◦ green 144 ◦ blue 230

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

Shades of Biloba Flower #A190E6

Tints of Biloba Flower #A190E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 30.09%
G = 26.92%
B = 42.99%

CMYK

 C value IS 0.3

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A190E6 (or 0xA190E6) is known color: Biloba Flower. HEX triplet: A1, 90 and E6. RGB value is (161,144,230). Sum of RGB (Red+Green+Blue) = 161+144+230=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #A190E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190E6 is #5E6F19. Grayscale: #9E9E9E. Windows color (decimal): -6188826 or 15110305. OLE color: 15110305.

HSL color Cylindrical-coordinate representation of color #A190E6: hue angle of 251.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A190E6 is Cyan = 0.3, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 144 230 -
CMYK 0.3 0.37 0 0.10
HSL 251.86º 0.63% 0.73% -
HSV(B) 251.86º 0.37% 0.9% -
XYZ 38.95 33.24 79.23 -
YUV 158.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 161 144 230 0.3 0.37 0 0.10 251.86 0.63 0.73
Hex A1 90 E6 1E 25 0 A FC 3F 49
Octal 241 220 346 36 45 0 12 374 77 111
Binary 10100001 10010000 11100110 11110 100101 0 1010 11111100 111111 1001001

Color Harmonies of #A190E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190E6

Black with #A190E6

Text Example


Text Example

White with #A190E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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