Html Css Color HEX #A597F1 Biloba Flower

📋 copy color: '#A597F1'

red 165 ◦ green 151 ◦ blue 241

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

Shades of Biloba Flower #A597F1

Tints of Biloba Flower #A597F1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.11%

 BLUE value IS 241 (94.53% from 255) = 43.27%

R = 29.62%
G = 27.11%
B = 43.27%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A597F1 (or 0xA597F1) is known color: Biloba Flower. HEX triplet: A5, 97 and F1. RGB value is (165,151,241). Sum of RGB (Red+Green+Blue) = 165+151+241=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #A597F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A597F1 is #5A680E. Grayscale: #A5A5A5. Windows color (decimal): -5924879 or 15832997. OLE color: 15832997.

HSL color Cylindrical-coordinate representation of color #A597F1: hue angle of 249.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A597F1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 151 241 -
CMYK 0.32 0.37 0 0.05
HSL 249.33º 0.76% 0.77% -
HSV(B) 249.33º 0.37% 0.95% -
XYZ 42.46 36.48 88.02 -
YUV 165.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 165 151 241 0.32 0.37 0 0.05 249.33 0.76 0.77
Hex A5 97 F1 20 25 0 5 F9 4C 4D
Octal 245 227 361 40 45 0 5 371 114 115
Binary 10100101 10010111 11110001 100000 100101 0 101 11111001 1001100 1001101

Color Harmonies of #A597F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597F1

Black with #A597F1

Text Example


Text Example

White with #A597F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597F1; }

 p { color: rgb(165,151,241); }

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

background-color css

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

 a { background-color: rgb(165,151,241); }

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

border-color css

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

 span { border-color: rgb(165,151,241); }

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