Html Css Color HEX #A192B6 Cold Purple

📋 copy color: '#A192B6'

red 161 ◦ green 146 ◦ blue 182

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

Shades of Cold Purple #A192B6

Tints of Cold Purple #A192B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.22%

R = 32.92%
G = 29.86%
B = 37.22%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A192B6 (or 0xA192B6) is known color: Cold Purple. HEX triplet: A1, 92 and B6. RGB value is (161,146,182). Sum of RGB (Red+Green+Blue) = 161+146+182=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #A192B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192B6 is #5E6D49. Grayscale: #9A9A9A. Windows color (decimal): -6188362 or 11965089. OLE color: 11965089.

HSL color Cylindrical-coordinate representation of color #A192B6: hue angle of 265º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A192B6 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 146 182 -
CMYK 0.12 0.20 0 0.29
HSL 265º 0.2% 0.64% -
HSV(B) 265º 0.2% 0.71% -
XYZ 33.42 31.51 48.58 -
YUV 154.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 161 146 182 0.12 0.20 0 0.29 265 0.2 0.64
Hex A1 92 B6 C 14 0 1D 109 14 40
Octal 241 222 266 14 24 0 35 411 24 100
Binary 10100001 10010010 10110110 1100 10100 0 11101 100001001 10100 1000000

Color Harmonies of #A192B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A192B6

Black with #A192B6

Text Example


Text Example

White with #A192B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A192B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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