Html Css Color HEX #A197AF Cold Purple

📋 copy color: '#A197AF'

red 161 ◦ green 151 ◦ blue 175

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

Shades of Cold Purple #A197AF

Tints of Cold Purple #A197AF

RGB

 RED value IS 161 (63.28% from 255) = 33.06%

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

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 33.06%
G = 31.01%
B = 35.93%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A197AF (or 0xA197AF) is known color: Cold Purple. HEX triplet: A1, 97 and AF. RGB value is (161,151,175). Sum of RGB (Red+Green+Blue) = 161+151+175=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #A197AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197AF is #5E6850. Grayscale: #9C9C9C. Windows color (decimal): -6187089 or 11507617. OLE color: 11507617.

HSL color Cylindrical-coordinate representation of color #A197AF: hue angle of 265º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A197AF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 151 175 -
CMYK 0.08 0.14 0 0.31
HSL 265º 0.13% 0.64% -
HSV(B) 265º 0.14% 0.69% -
XYZ 33.5 32.81 45.12 -
YUV 156.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 161 151 175 0.08 0.14 0 0.31 265 0.13 0.64
Hex A1 97 AF 8 E 0 1F 109 D 40
Octal 241 227 257 10 16 0 37 411 15 100
Binary 10100001 10010111 10101111 1000 1110 0 11111 100001001 1101 1000000

Color Harmonies of #A197AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197AF

Black with #A197AF

Text Example


Text Example

White with #A197AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197AF; }

 p { color: rgb(161,151,175); }

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

background-color css

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

 a { background-color: rgb(161,151,175); }

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

border-color css

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

 span { border-color: rgb(161,151,175); }

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