Html Css Color HEX #A292BE Cold Purple

📋 copy color: '#A292BE'

red 162 ◦ green 146 ◦ blue 190

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

Shades of Cold Purple #A292BE

Tints of Cold Purple #A292BE

RGB

 RED value IS 162 (63.67% from 255) = 32.53%

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

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

R = 32.53%
G = 29.32%
B = 38.15%

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

#A292BE (or 0xA292BE) is known color: Cold Purple. HEX triplet: A2, 92 and BE. RGB value is (162,146,190). Sum of RGB (Red+Green+Blue) = 162+146+190=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A292BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292BE is #5D6D41. Grayscale: #9B9B9B. Windows color (decimal): -6122818 or 12489378. OLE color: 12489378.

HSL color Cylindrical-coordinate representation of color #A292BE: hue angle of 261.82º 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 #A292BE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 146 190 -
CMYK 0.15 0.23 0 0.25
HSL 261.82º 0.25% 0.66% -
HSV(B) 261.82º 0.23% 0.75% -
XYZ 34.47 31.96 53.07 -
YUV 155.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 162 146 190 0.15 0.23 0 0.25 261.82 0.25 0.66
Hex A2 92 BE F 17 0 19 106 19 42
Octal 242 222 276 17 27 0 31 406 31 102
Binary 10100010 10010010 10111110 1111 10111 0 11001 100000110 11001 1000010

Color Harmonies of #A292BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A292BE

Black with #A292BE

Text Example


Text Example

White with #A292BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A292BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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