Html Css Color HEX #A192C0 Cold Purple

📋 copy color: '#A192C0'

red 161 ◦ green 146 ◦ blue 192

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

Shades of Cold Purple #A192C0

Tints of Cold Purple #A192C0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.26%

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

R = 32.26%
G = 29.26%
B = 38.48%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A192C0 (or 0xA192C0) is known color: Cold Purple. HEX triplet: A1, 92 and C0. RGB value is (161,146,192). Sum of RGB (Red+Green+Blue) = 161+146+192=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #A192C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192C0 is #5E6D3F. Grayscale: #9B9B9B. Windows color (decimal): -6188352 or 12620449. OLE color: 12620449.

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

Color convert

RGB 161 146 192 -
CMYK 0.16 0.24 0 0.25
HSL 259.57º 0.27% 0.66% -
HSV(B) 259.57º 0.24% 0.75% -
XYZ 34.49 31.94 54.22 -
YUV 155.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 161 146 192 0.16 0.24 0 0.25 259.57 0.27 0.66
Hex A1 92 C0 10 18 0 19 104 1B 42
Octal 241 222 300 20 30 0 31 404 33 102
Binary 10100001 10010010 11000000 10000 11000 0 11001 100000100 11011 1000010

Color Harmonies of #A192C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A192C0

Black with #A192C0

Text Example


Text Example

White with #A192C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A192C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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