Html Css Color HEX #A591CF Biloba Flower

📋 copy color: '#A591CF'

red 165 ◦ green 145 ◦ blue 207

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

Shades of Biloba Flower #A591CF

Tints of Biloba Flower #A591CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 31.91%
G = 28.05%
B = 40.04%

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

#A591CF (or 0xA591CF) is known color: Biloba Flower. HEX triplet: A5, 91 and CF. RGB value is (165,145,207). Sum of RGB (Red+Green+Blue) = 165+145+207=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #A591CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591CF is #5A6E30. Grayscale: #9D9D9D. Windows color (decimal): -5926449 or 13603237. OLE color: 13603237.

HSL color Cylindrical-coordinate representation of color #A591CF: hue angle of 259.35º degrees, saturation: 0.39, 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 #A591CF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 145 207 -
CMYK 0.20 0.30 0 0.19
HSL 259.35º 0.39% 0.69% -
HSV(B) 259.35º 0.3% 0.81% -
XYZ 36.9 32.76 63.41 -
YUV 158.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 165 145 207 0.20 0.30 0 0.19 259.35 0.39 0.69
Hex A5 91 CF 14 1E 0 13 103 27 45
Octal 245 221 317 24 36 0 23 403 47 105
Binary 10100101 10010001 11001111 10100 11110 0 10011 100000011 100111 1000101

Color Harmonies of #A591CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A591CF

Black with #A591CF

Text Example


Text Example

White with #A591CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A591CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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