Html Css Color HEX #A92EA5 Medium Red Violet

📋 copy color: '#A92EA5'

red 169 ◦ green 46 ◦ blue 165

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

Shades of Medium Red Violet #A92EA5

Tints of Medium Red Violet #A92EA5

RGB

 RED value IS 169 (66.41% from 255) = 44.47%

 GREEN value IS 46 (18.36% from 255) = 12.11%

 BLUE value IS 165 (64.84% from 255) = 43.42%

R = 44.47%
G = 12.11%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A92EA5 (or 0xA92EA5) is known color: Medium Red Violet. HEX triplet: A9, 2E and A5. RGB value is (169,46,165). Sum of RGB (Red+Green+Blue) = 169+46+165=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A92EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92EA5 is #56D15A. Grayscale: #5F5F5F. Windows color (decimal): -5689691 or 10825385. OLE color: 10825385.

HSL color Cylindrical-coordinate representation of color #A92EA5: hue angle of 301.95º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92EA5 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 46 165 -
CMYK 0 0.73 0.02 0.34
HSL 301.95º 0.57% 0.42% -
HSV(B) 301.95º 0.73% 0.66% -
XYZ 24.13 13.11 36.86 -
YUV 96.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 169 46 165 0 0.73 0.02 0.34 301.95 0.57 0.42
Hex A9 2E A5 0 49 2 22 12E 39 2A
Octal 251 56 245 0 111 2 42 456 71 52
Binary 10101001 101110 10100101 0 1001001 10 100010 100101110 111001 101010

Color Harmonies of #A92EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92EA5

Black with #A92EA5

Text Example


Text Example

White with #A92EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92EA5; }

 p { color: rgb(169,46,165); }

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

background-color css

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

 a { background-color: rgb(169,46,165); }

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

border-color css

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

 span { border-color: rgb(169,46,165); }

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