Html Css Color HEX #A590E2 Biloba Flower

📋 copy color: '#A590E2'

red 165 ◦ green 144 ◦ blue 226

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

Shades of Biloba Flower #A590E2

Tints of Biloba Flower #A590E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.24%

R = 30.84%
G = 26.92%
B = 42.24%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A590E2 (or 0xA590E2) is known color: Biloba Flower. HEX triplet: A5, 90 and E2. RGB value is (165,144,226). Sum of RGB (Red+Green+Blue) = 165+144+226=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #A590E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590E2 is #5A6F1D. Grayscale: #9F9F9F. Windows color (decimal): -5926686 or 14848165. OLE color: 14848165.

HSL color Cylindrical-coordinate representation of color #A590E2: hue angle of 255.37º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A590E2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 144 226 -
CMYK 0.27 0.36 0 0.11
HSL 255.37º 0.59% 0.73% -
HSV(B) 255.37º 0.36% 0.89% -
XYZ 39.22 33.44 76.34 -
YUV 159.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 165 144 226 0.27 0.36 0 0.11 255.37 0.59 0.73
Hex A5 90 E2 1B 24 0 B FF 3B 49
Octal 245 220 342 33 44 0 13 377 73 111
Binary 10100101 10010000 11100010 11011 100100 0 1011 11111111 111011 1001001

Color Harmonies of #A590E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590E2

Black with #A590E2

Text Example


Text Example

White with #A590E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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