Html Css Color HEX #A591DB Biloba Flower

📋 copy color: '#A591DB'

red 165 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #A591DB

Tints of Biloba Flower #A591DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 31.19%
G = 27.41%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A591DB (or 0xA591DB) is known color: Biloba Flower. HEX triplet: A5, 91 and DB. RGB value is (165,145,219). Sum of RGB (Red+Green+Blue) = 165+145+219=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #A591DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591DB is #5A6E24. Grayscale: #9F9F9F. Windows color (decimal): -5926437 or 14389669. OLE color: 14389669.

HSL color Cylindrical-coordinate representation of color #A591DB: hue angle of 256.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A591DB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 145 219 -
CMYK 0.25 0.34 0 0.14
HSL 256.22º 0.51% 0.71% -
HSV(B) 256.22º 0.34% 0.86% -
XYZ 38.43 33.36 71.43 -
YUV 159.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 165 145 219 0.25 0.34 0 0.14 256.22 0.51 0.71
Hex A5 91 DB 19 22 0 E 100 33 47
Octal 245 221 333 31 42 0 16 400 63 107
Binary 10100101 10010001 11011011 11001 100010 0 1110 100000000 110011 1000111

Color Harmonies of #A591DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591DB

Black with #A591DB

Text Example


Text Example

White with #A591DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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