Html Css Color HEX #A597CC Biloba Flower

📋 copy color: '#A597CC'

red 165 ◦ green 151 ◦ blue 204

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

Shades of Biloba Flower #A597CC

Tints of Biloba Flower #A597CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 31.73%
G = 29.04%
B = 39.23%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A597CC (or 0xA597CC) is known color: Biloba Flower. HEX triplet: A5, 97 and CC. RGB value is (165,151,204). Sum of RGB (Red+Green+Blue) = 165+151+204=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #A597CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597CC is #5A6833. Grayscale: #A1A1A1. Windows color (decimal): -5924916 or 13408165. OLE color: 13408165.

HSL color Cylindrical-coordinate representation of color #A597CC: hue angle of 255.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A597CC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 151 204 -
CMYK 0.19 0.26 0 0.2
HSL 255.85º 0.34% 0.7% -
HSV(B) 255.85º 0.26% 0.8% -
XYZ 37.48 34.49 61.81 -
YUV 161.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 165 151 204 0.19 0.26 0 0.2 255.85 0.34 0.7
Hex A5 97 CC 13 1A 0 14 100 22 46
Octal 245 227 314 23 32 0 24 400 42 106
Binary 10100101 10010111 11001100 10011 11010 0 10100 100000000 100010 1000110

Color Harmonies of #A597CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597CC

Black with #A597CC

Text Example


Text Example

White with #A597CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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