Html Css Color HEX #A590F5 Biloba Flower

📋 copy color: '#A590F5'

red 165 ◦ green 144 ◦ blue 245

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

Shades of Biloba Flower #A590F5

Tints of Biloba Flower #A590F5

RGB

 RED value IS 165 (64.84% from 255) = 29.78%

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

 BLUE value IS 245 (96.09% from 255) = 44.22%

R = 29.78%
G = 25.99%
B = 44.22%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A590F5 (or 0xA590F5) is known color: Biloba Flower. HEX triplet: A5, 90 and F5. RGB value is (165,144,245). Sum of RGB (Red+Green+Blue) = 165+144+245=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #A590F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A590F5 is #5A6F0A. Grayscale: #A1A1A1. Windows color (decimal): -5926667 or 16093349. OLE color: 16093349.

HSL color Cylindrical-coordinate representation of color #A590F5: hue angle of 252.48º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A590F5 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 144 245 -
CMYK 0.33 0.41 0 0.04
HSL 252.48º 0.83% 0.76% -
HSV(B) 252.48º 0.41% 0.96% -
XYZ 41.97 34.54 90.84 -
YUV 161.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 165 144 245 0.33 0.41 0 0.04 252.48 0.83 0.76
Hex A5 90 F5 21 29 0 4 FC 53 4C
Octal 245 220 365 41 51 0 4 374 123 114
Binary 10100101 10010000 11110101 100001 101001 0 100 11111100 1010011 1001100

Color Harmonies of #A590F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590F5

Black with #A590F5

Text Example


Text Example

White with #A590F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590F5; }

 p { color: rgb(165,144,245); }

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

background-color css

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

 a { background-color: rgb(165,144,245); }

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

border-color css

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

 span { border-color: rgb(165,144,245); }

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