Html Css Color HEX #A597BB Cold Purple

📋 copy color: '#A597BB'

red 165 ◦ green 151 ◦ blue 187

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

Shades of Cold Purple #A597BB

Tints of Cold Purple #A597BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 32.8%
G = 30.02%
B = 37.18%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A597BB (or 0xA597BB) is known color: Cold Purple. HEX triplet: A5, 97 and BB. RGB value is (165,151,187). Sum of RGB (Red+Green+Blue) = 165+151+187=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #A597BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597BB is #5A6844. Grayscale: #9F9F9F. Windows color (decimal): -5924933 or 12294053. OLE color: 12294053.

HSL color Cylindrical-coordinate representation of color #A597BB: hue angle of 263.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A597BB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 151 187 -
CMYK 0.12 0.19 0 0.27
HSL 263.33º 0.21% 0.66% -
HSV(B) 263.33º 0.19% 0.73% -
XYZ 35.55 33.72 51.65 -
YUV 159.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 165 151 187 0.12 0.19 0 0.27 263.33 0.21 0.66
Hex A5 97 BB C 13 0 1B 107 15 42
Octal 245 227 273 14 23 0 33 407 25 102
Binary 10100101 10010111 10111011 1100 10011 0 11011 100000111 10101 1000010

Color Harmonies of #A597BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597BB

Black with #A597BB

Text Example


Text Example

White with #A597BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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