Html Css Color HEX #A192BB Cold Purple

📋 copy color: '#A192BB'

red 161 ◦ green 146 ◦ blue 187

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

Shades of Cold Purple #A192BB

Tints of Cold Purple #A192BB

RGB

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

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

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

R = 32.59%
G = 29.55%
B = 37.85%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A192BB (or 0xA192BB) is known color: Cold Purple. HEX triplet: A1, 92 and BB. RGB value is (161,146,187). Sum of RGB (Red+Green+Blue) = 161+146+187=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A192BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A192BB is #5E6D44. Grayscale: #9B9B9B. Windows color (decimal): -6188357 or 12292769. OLE color: 12292769.

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

Color convert

RGB 161 146 187 -
CMYK 0.14 0.22 0 0.27
HSL 261.95º 0.23% 0.65% -
HSV(B) 261.95º 0.22% 0.73% -
XYZ 33.95 31.72 51.35 -
YUV 155.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 161 146 187 0.14 0.22 0 0.27 261.95 0.23 0.65
Hex A1 92 BB E 16 0 1B 106 17 41
Octal 241 222 273 16 26 0 33 406 27 101
Binary 10100001 10010010 10111011 1110 10110 0 11011 100000110 10111 1000001

Color Harmonies of #A192BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A192BB

Black with #A192BB

Text Example


Text Example

White with #A192BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A192BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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