Html Css Color HEX #A591DC Biloba Flower

📋 copy color: '#A591DC'

red 165 ◦ green 145 ◦ blue 220

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

Shades of Biloba Flower #A591DC

Tints of Biloba Flower #A591DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 31.13%
G = 27.36%
B = 41.51%

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

#A591DC (or 0xA591DC) is known color: Biloba Flower. HEX triplet: A5, 91 and DC. RGB value is (165,145,220). Sum of RGB (Red+Green+Blue) = 165+145+220=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A591DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591DC is #5A6E23. Grayscale: #9F9F9F. Windows color (decimal): -5926436 or 14455205. OLE color: 14455205.

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

Color convert

RGB 165 145 220 -
CMYK 0.25 0.34 0 0.14
HSL 256º 0.52% 0.72% -
HSV(B) 256º 0.34% 0.86% -
XYZ 38.56 33.42 72.13 -
YUV 159.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 165 145 220 0.25 0.34 0 0.14 256 0.52 0.72
Hex A5 91 DC 19 22 0 E 100 34 48
Octal 245 221 334 31 42 0 16 400 64 110
Binary 10100101 10010001 11011100 11001 100010 0 1110 100000000 110100 1001000

Color Harmonies of #A591DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591DC

Black with #A591DC

Text Example


Text Example

White with #A591DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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