Html Css Color HEX #A597CF Biloba Flower

📋 copy color: '#A597CF'

red 165 ◦ green 151 ◦ blue 207

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

Shades of Biloba Flower #A597CF

Tints of Biloba Flower #A597CF

RGB

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

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

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

R = 31.55%
G = 28.87%
B = 39.58%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A597CF (or 0xA597CF) is known color: Biloba Flower. HEX triplet: A5, 97 and CF. RGB value is (165,151,207). Sum of RGB (Red+Green+Blue) = 165+151+207=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #A597CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597CF is #5A6830. Grayscale: #A1A1A1. Windows color (decimal): -5924913 or 13604773. OLE color: 13604773.

HSL color Cylindrical-coordinate representation of color #A597CF: hue angle of 255º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A597CF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 151 207 -
CMYK 0.20 0.27 0 0.19
HSL 255º 0.37% 0.7% -
HSV(B) 255º 0.27% 0.81% -
XYZ 37.85 34.64 63.72 -
YUV 161.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 165 151 207 0.20 0.27 0 0.19 255 0.37 0.7
Hex A5 97 CF 14 1B 0 13 FF 25 46
Octal 245 227 317 24 33 0 23 377 45 106
Binary 10100101 10010111 11001111 10100 11011 0 10011 11111111 100101 1000110

Color Harmonies of #A597CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597CF

Black with #A597CF

Text Example


Text Example

White with #A597CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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