Html Css Color HEX #A198BB Cold Purple

📋 copy color: '#A198BB'

red 161 ◦ green 152 ◦ blue 187

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

Shades of Cold Purple #A198BB

Tints of Cold Purple #A198BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 32.2%
G = 30.4%
B = 37.4%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A198BB (or 0xA198BB) is known color: Cold Purple. HEX triplet: A1, 98 and BB. RGB value is (161,152,187). Sum of RGB (Red+Green+Blue) = 161+152+187=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #A198BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BB is #5E6744. Grayscale: #9E9E9E. Windows color (decimal): -6186821 or 12294305. OLE color: 12294305.

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

Color convert

RGB 161 152 187 -
CMYK 0.14 0.19 0 0.27
HSL 255.43º 0.2% 0.66% -
HSV(B) 255.43º 0.19% 0.73% -
XYZ 34.9 33.62 51.66 -
YUV 158.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 161 152 187 0.14 0.19 0 0.27 255.43 0.2 0.66
Hex A1 98 BB E 13 0 1B FF 14 42
Octal 241 230 273 16 23 0 33 377 24 102
Binary 10100001 10011000 10111011 1110 10011 0 11011 11111111 10100 1000010

Color Harmonies of #A198BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198BB

Black with #A198BB

Text Example


Text Example

White with #A198BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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