Html Css Color HEX #A42092 Dark Purple

📋 copy color: '#A42092'

red 164 ◦ green 32 ◦ blue 146

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

Shades of Dark Purple #A42092

Tints of Dark Purple #A42092

RGB

 RED value IS 164 (64.45% from 255) = 47.95%

 GREEN value IS 32 (12.89% from 255) = 9.36%

 BLUE value IS 146 (57.42% from 255) = 42.69%

R = 47.95%
G = 9.36%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A42092 (or 0xA42092) is known color: Dark Purple. HEX triplet: A4, 20 and 92. RGB value is (164,32,146). Sum of RGB (Red+Green+Blue) = 164+32+146=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A42092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42092 is #5BDF6D. Grayscale: #545454. Windows color (decimal): -6020974 or 9576612. OLE color: 9576612.

HSL color Cylindrical-coordinate representation of color #A42092: hue angle of 308.18º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42092 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 146 -
CMYK 0 0.80 0.11 0.36
HSL 308.18º 0.67% 0.38% -
HSV(B) 308.18º 0.8% 0.64% -
XYZ 21.01 11 28.21 -
YUV 84.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 164 32 146 0 0.80 0.11 0.36 308.18 0.67 0.38
Hex A4 20 92 0 50 B 24 134 43 26
Octal 244 40 222 0 120 13 44 464 103 46
Binary 10100100 100000 10010010 0 1010000 1011 100100 100110100 1000011 100110

Color Harmonies of #A42092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42092

Black with #A42092

Text Example


Text Example

White with #A42092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42092; }

 p { color: rgb(164,32,146); }

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

background-color css

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

 a { background-color: rgb(164,32,146); }

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

border-color css

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

 span { border-color: rgb(164,32,146); }

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