Html Css Color HEX #A597BC Cold Purple

📋 copy color: '#A597BC'

red 165 ◦ green 151 ◦ blue 188

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

Shades of Cold Purple #A597BC

Tints of Cold Purple #A597BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 32.74%
G = 29.96%
B = 37.3%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A597BC (or 0xA597BC) is known color: Cold Purple. HEX triplet: A5, 97 and BC. RGB value is (165,151,188). Sum of RGB (Red+Green+Blue) = 165+151+188=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #A597BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597BC is #5A6843. Grayscale: #9F9F9F. Windows color (decimal): -5924932 or 12359589. OLE color: 12359589.

HSL color Cylindrical-coordinate representation of color #A597BC: hue angle of 262.7º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A597BC is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 151 188 -
CMYK 0.12 0.20 0 0.26
HSL 262.7º 0.22% 0.66% -
HSV(B) 262.7º 0.2% 0.74% -
XYZ 35.66 33.76 52.21 -
YUV 159.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 165 151 188 0.12 0.20 0 0.26 262.7 0.22 0.66
Hex A5 97 BC C 14 0 1A 107 16 42
Octal 245 227 274 14 24 0 32 407 26 102
Binary 10100101 10010111 10111100 1100 10100 0 11010 100000111 10110 1000010

Color Harmonies of #A597BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597BC

Black with #A597BC

Text Example


Text Example

White with #A597BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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