Html Css Color HEX #A292B6 Cold Purple

📋 copy color: '#A292B6'

red 162 ◦ green 146 ◦ blue 182

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

Shades of Cold Purple #A292B6

Tints of Cold Purple #A292B6

RGB

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

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

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

R = 33.06%
G = 29.8%
B = 37.14%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A292B6 (or 0xA292B6) is known color: Cold Purple. HEX triplet: A2, 92 and B6. RGB value is (162,146,182). Sum of RGB (Red+Green+Blue) = 162+146+182=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #A292B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292B6 is #5D6D49. Grayscale: #9A9A9A. Windows color (decimal): -6122826 or 11965090. OLE color: 11965090.

HSL color Cylindrical-coordinate representation of color #A292B6: hue angle of 266.67º 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 #A292B6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 146 182 -
CMYK 0.11 0.20 0 0.29
HSL 266.67º 0.2% 0.64% -
HSV(B) 266.67º 0.2% 0.71% -
XYZ 33.62 31.62 48.59 -
YUV 154.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 162 146 182 0.11 0.20 0 0.29 266.67 0.2 0.64
Hex A2 92 B6 B 14 0 1D 10B 14 40
Octal 242 222 266 13 24 0 35 413 24 100
Binary 10100010 10010010 10110110 1011 10100 0 11101 100001011 10100 1000000

Color Harmonies of #A292B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A292B6

Black with #A292B6

Text Example


Text Example

White with #A292B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A292B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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