Html Css Color HEX #A591DF Biloba Flower

📋 copy color: '#A591DF'

red 165 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #A591DF

Tints of Biloba Flower #A591DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 30.96%
G = 27.2%
B = 41.84%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A591DF (or 0xA591DF) is known color: Biloba Flower. HEX triplet: A5, 91 and DF. RGB value is (165,145,223). Sum of RGB (Red+Green+Blue) = 165+145+223=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #A591DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591DF is #5A6E20. Grayscale: #9F9F9F. Windows color (decimal): -5926433 or 14651813. OLE color: 14651813.

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

Color convert

RGB 165 145 223 -
CMYK 0.26 0.35 0 0.13
HSL 255.38º 0.55% 0.72% -
HSV(B) 255.38º 0.35% 0.87% -
XYZ 38.96 33.58 74.24 -
YUV 159.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 165 145 223 0.26 0.35 0 0.13 255.38 0.55 0.72
Hex A5 91 DF 1A 23 0 D FF 37 48
Octal 245 221 337 32 43 0 15 377 67 110
Binary 10100101 10010001 11011111 11010 100011 0 1101 11111111 110111 1001000

Color Harmonies of #A591DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591DF

Black with #A591DF

Text Example


Text Example

White with #A591DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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