Html Css Color HEX #A198B9 Cold Purple

📋 copy color: '#A198B9'

red 161 ◦ green 152 ◦ blue 185

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

Shades of Cold Purple #A198B9

Tints of Cold Purple #A198B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 32.33%
G = 30.52%
B = 37.15%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A198B9 (or 0xA198B9) is known color: Cold Purple. HEX triplet: A1, 98 and B9. RGB value is (161,152,185). Sum of RGB (Red+Green+Blue) = 161+152+185=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #A198B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198B9 is #5E6746. Grayscale: #9E9E9E. Windows color (decimal): -6186823 or 12163233. OLE color: 12163233.

HSL color Cylindrical-coordinate representation of color #A198B9: hue angle of 256.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A198B9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 152 185 -
CMYK 0.13 0.18 0 0.27
HSL 256.36º 0.19% 0.66% -
HSV(B) 256.36º 0.18% 0.73% -
XYZ 34.68 33.54 50.54 -
YUV 158.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 161 152 185 0.13 0.18 0 0.27 256.36 0.19 0.66
Hex A1 98 B9 D 12 0 1B 100 13 42
Octal 241 230 271 15 22 0 33 400 23 102
Binary 10100001 10011000 10111001 1101 10010 0 11011 100000000 10011 1000010

Color Harmonies of #A198B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198B9

Black with #A198B9

Text Example


Text Example

White with #A198B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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