Html Css Color HEX #A497C3 Cold Purple

📋 copy color: '#A497C3'

red 164 ◦ green 151 ◦ blue 195

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

Shades of Cold Purple #A497C3

Tints of Cold Purple #A497C3

RGB

 RED value IS 164 (64.45% from 255) = 32.16%

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

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

R = 32.16%
G = 29.61%
B = 38.24%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A497C3 (or 0xA497C3) is known color: Cold Purple. HEX triplet: A4, 97 and C3. RGB value is (164,151,195). Sum of RGB (Red+Green+Blue) = 164+151+195=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #A497C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497C3 is #5B683C. Grayscale: #9F9F9F. Windows color (decimal): -5990461 or 12818340. OLE color: 12818340.

HSL color Cylindrical-coordinate representation of color #A497C3: hue angle of 257.73º 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 #A497C3 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 151 195 -
CMYK 0.16 0.23 0 0.24
HSL 257.73º 0.27% 0.68% -
HSV(B) 257.73º 0.23% 0.76% -
XYZ 36.23 33.97 56.28 -
YUV 159.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 164 151 195 0.16 0.23 0 0.24 257.73 0.27 0.68
Hex A4 97 C3 10 17 0 18 102 1B 44
Octal 244 227 303 20 27 0 30 402 33 104
Binary 10100100 10010111 11000011 10000 10111 0 11000 100000010 11011 1000100

Color Harmonies of #A497C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497C3

Black with #A497C3

Text Example


Text Example

White with #A497C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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