Html Css Color HEX #A597C3 Cold Purple

📋 copy color: '#A597C3'

red 165 ◦ green 151 ◦ blue 195

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

Shades of Cold Purple #A597C3

Tints of Cold Purple #A597C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 32.29%
G = 29.55%
B = 38.16%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A597C3 (or 0xA597C3) is known color: Cold Purple. HEX triplet: A5, 97 and C3. RGB value is (165,151,195). Sum of RGB (Red+Green+Blue) = 165+151+195=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #A597C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597C3 is #5A683C. Grayscale: #A0A0A0. Windows color (decimal): -5924925 or 12818341. OLE color: 12818341.

HSL color Cylindrical-coordinate representation of color #A597C3: hue angle of 259.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A597C3 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 151 195 -
CMYK 0.15 0.23 0 0.24
HSL 259.09º 0.27% 0.68% -
HSV(B) 259.09º 0.23% 0.76% -
XYZ 36.43 34.07 56.29 -
YUV 160.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 165 151 195 0.15 0.23 0 0.24 259.09 0.27 0.68
Hex A5 97 C3 F 17 0 18 103 1B 44
Octal 245 227 303 17 27 0 30 403 33 104
Binary 10100101 10010111 11000011 1111 10111 0 11000 100000011 11011 1000100

Color Harmonies of #A597C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A597C3

Black with #A597C3

Text Example


Text Example

White with #A597C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A597C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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