Html Css Color HEX #A597CB Biloba Flower

📋 copy color: '#A597CB'

red 165 ◦ green 151 ◦ blue 203

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

Shades of Biloba Flower #A597CB

Tints of Biloba Flower #A597CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 31.79%
G = 29.09%
B = 39.11%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A597CB (or 0xA597CB) is known color: Biloba Flower. HEX triplet: A5, 97 and CB. RGB value is (165,151,203). Sum of RGB (Red+Green+Blue) = 165+151+203=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A597CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597CB is #5A6834. Grayscale: #A0A0A0. Windows color (decimal): -5924917 or 13342629. OLE color: 13342629.

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

Color convert

RGB 165 151 203 -
CMYK 0.19 0.26 0 0.20
HSL 256.15º 0.33% 0.69% -
HSV(B) 256.15º 0.26% 0.8% -
XYZ 37.36 34.44 61.18 -
YUV 161.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 165 151 203 0.19 0.26 0 0.20 256.15 0.33 0.69
Hex A5 97 CB 13 1A 0 14 100 21 45
Octal 245 227 313 23 32 0 24 400 41 105
Binary 10100101 10010111 11001011 10011 11010 0 10100 100000000 100001 1000101

Color Harmonies of #A597CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597CB

Black with #A597CB

Text Example


Text Example

White with #A597CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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