Html Css Color HEX #A192BE Cold Purple

📋 copy color: '#A192BE'

red 161 ◦ green 146 ◦ blue 190

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

Shades of Cold Purple #A192BE

Tints of Cold Purple #A192BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 32.39%
G = 29.38%
B = 38.23%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A192BE (or 0xA192BE) is known color: Cold Purple. HEX triplet: A1, 92 and BE. RGB value is (161,146,190). Sum of RGB (Red+Green+Blue) = 161+146+190=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #A192BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192BE is #5E6D41. Grayscale: #9B9B9B. Windows color (decimal): -6188354 or 12489377. OLE color: 12489377.

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

Color convert

RGB 161 146 190 -
CMYK 0.15 0.23 0 0.25
HSL 260.45º 0.25% 0.66% -
HSV(B) 260.45º 0.23% 0.75% -
XYZ 34.27 31.85 53.06 -
YUV 155.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 161 146 190 0.15 0.23 0 0.25 260.45 0.25 0.66
Hex A1 92 BE F 17 0 19 104 19 42
Octal 241 222 276 17 27 0 31 404 31 102
Binary 10100001 10010010 10111110 1111 10111 0 11001 100000100 11001 1000010

Color Harmonies of #A192BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A192BE

Black with #A192BE

Text Example


Text Example

White with #A192BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A192BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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