Html Css Color HEX #A591E0 Biloba Flower

📋 copy color: '#A591E0'

red 165 ◦ green 145 ◦ blue 224

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

Shades of Biloba Flower #A591E0

Tints of Biloba Flower #A591E0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.15%

 BLUE value IS 224 (87.89% from 255) = 41.95%

R = 30.9%
G = 27.15%
B = 41.95%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A591E0 (or 0xA591E0) is known color: Biloba Flower. HEX triplet: A5, 91 and E0. RGB value is (165,145,224). Sum of RGB (Red+Green+Blue) = 165+145+224=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #A591E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591E0 is #5A6E1F. Grayscale: #9F9F9F. Windows color (decimal): -5926432 or 14717349. OLE color: 14717349.

HSL color Cylindrical-coordinate representation of color #A591E0: hue angle of 255.19º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A591E0 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 145 224 -
CMYK 0.26 0.35 0 0.12
HSL 255.19º 0.56% 0.72% -
HSV(B) 255.19º 0.35% 0.88% -
XYZ 39.1 33.63 74.95 -
YUV 159.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 165 145 224 0.26 0.35 0 0.12 255.19 0.56 0.72
Hex A5 91 E0 1A 23 0 C FF 38 48
Octal 245 221 340 32 43 0 14 377 70 110
Binary 10100101 10010001 11100000 11010 100011 0 1100 11111111 111000 1001000

Color Harmonies of #A591E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591E0

Black with #A591E0

Text Example


Text Example

White with #A591E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591E0; }

 p { color: rgb(165,145,224); }

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

background-color css

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

 a { background-color: rgb(165,145,224); }

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

border-color css

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

 span { border-color: rgb(165,145,224); }

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