Html Css Color HEX #A591CE Biloba Flower

📋 copy color: '#A591CE'

red 165 ◦ green 145 ◦ blue 206

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

Shades of Biloba Flower #A591CE

Tints of Biloba Flower #A591CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 31.98%
G = 28.1%
B = 39.92%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A591CE (or 0xA591CE) is known color: Biloba Flower. HEX triplet: A5, 91 and CE. RGB value is (165,145,206). Sum of RGB (Red+Green+Blue) = 165+145+206=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A591CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591CE is #5A6E31. Grayscale: #9D9D9D. Windows color (decimal): -5926450 or 13537701. OLE color: 13537701.

HSL color Cylindrical-coordinate representation of color #A591CE: hue angle of 259.67º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A591CE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 145 206 -
CMYK 0.20 0.30 0 0.19
HSL 259.67º 0.38% 0.69% -
HSV(B) 259.67º 0.3% 0.81% -
XYZ 36.78 32.71 62.77 -
YUV 157.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 165 145 206 0.20 0.30 0 0.19 259.67 0.38 0.69
Hex A5 91 CE 14 1E 0 13 104 26 45
Octal 245 221 316 24 36 0 23 404 46 105
Binary 10100101 10010001 11001110 10100 11110 0 10011 100000100 100110 1000101

Color Harmonies of #A591CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591CE

Black with #A591CE

Text Example


Text Example

White with #A591CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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