Html Css Color HEX #A198C0 Cold Purple

📋 copy color: '#A198C0'

red 161 ◦ green 152 ◦ blue 192

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

Shades of Cold Purple #A198C0

Tints of Cold Purple #A198C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 31.88%
G = 30.1%
B = 38.02%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A198C0 (or 0xA198C0) is known color: Cold Purple. HEX triplet: A1, 98 and C0. RGB value is (161,152,192). Sum of RGB (Red+Green+Blue) = 161+152+192=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #A198C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198C0 is #5E673F. Grayscale: #9F9F9F. Windows color (decimal): -6186816 or 12621985. OLE color: 12621985.

HSL color Cylindrical-coordinate representation of color #A198C0: hue angle of 253.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A198C0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 152 192 -
CMYK 0.16 0.21 0 0.25
HSL 253.5º 0.24% 0.67% -
HSV(B) 253.5º 0.21% 0.75% -
XYZ 35.44 33.84 54.53 -
YUV 159.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 161 152 192 0.16 0.21 0 0.25 253.5 0.24 0.67
Hex A1 98 C0 10 15 0 19 FE 18 43
Octal 241 230 300 20 25 0 31 376 30 103
Binary 10100001 10011000 11000000 10000 10101 0 11001 11111110 11000 1000011

Color Harmonies of #A198C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198C0

Black with #A198C0

Text Example


Text Example

White with #A198C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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