Html Css Color HEX #A198AC Cold Purple

📋 copy color: '#A198AC'

red 161 ◦ green 152 ◦ blue 172

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

Shades of Cold Purple #A198AC

Tints of Cold Purple #A198AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 33.2%
G = 31.34%
B = 35.46%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A198AC (or 0xA198AC) is known color: Cold Purple. HEX triplet: A1, 98 and AC. RGB value is (161,152,172). Sum of RGB (Red+Green+Blue) = 161+152+172=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A198AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A198AC is #5E6753. Grayscale: #9C9C9C. Windows color (decimal): -6186836 or 11311265. OLE color: 11311265.

HSL color Cylindrical-coordinate representation of color #A198AC: hue angle of 267º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A198AC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 152 172 -
CMYK 0.06 0.12 0 0.33
HSL 267º 0.11% 0.64% -
HSV(B) 267º 0.12% 0.67% -
XYZ 33.37 33.01 43.64 -
YUV 156.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 161 152 172 0.06 0.12 0 0.33 267 0.11 0.64
Hex A1 98 AC 6 C 0 21 10B B 40
Octal 241 230 254 6 14 0 41 413 13 100
Binary 10100001 10011000 10101100 110 1100 0 100001 100001011 1011 1000000

Color Harmonies of #A198AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198AC

Black with #A198AC

Text Example


Text Example

White with #A198AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198AC; }

 p { color: rgb(161,152,172); }

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

background-color css

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

 a { background-color: rgb(161,152,172); }

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

border-color css

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

 span { border-color: rgb(161,152,172); }

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