Html Css Color HEX #A62495 Medium Red Violet

📋 copy color: '#A62495'

red 166 ◦ green 36 ◦ blue 149

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

Shades of Medium Red Violet #A62495

Tints of Medium Red Violet #A62495

RGB

 RED value IS 166 (65.23% from 255) = 47.29%

 GREEN value IS 36 (14.45% from 255) = 10.26%

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 47.29%
G = 10.26%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A62495 (or 0xA62495) is known color: Medium Red Violet. HEX triplet: A6, 24 and 95. RGB value is (166,36,149). Sum of RGB (Red+Green+Blue) = 166+36+149=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A62495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62495 is #59DB6A. Grayscale: #575757. Windows color (decimal): -5888875 or 9774246. OLE color: 9774246.

HSL color Cylindrical-coordinate representation of color #A62495: hue angle of 307.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62495 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 36 149 -
CMYK 0 0.78 0.10 0.35
HSL 307.85º 0.64% 0.4% -
HSV(B) 307.85º 0.78% 0.65% -
XYZ 21.78 11.54 29.51 -
YUV 87.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 166 36 149 0 0.78 0.10 0.35 307.85 0.64 0.4
Hex A6 24 95 0 4E A 23 134 40 28
Octal 246 44 225 0 116 12 43 464 100 50
Binary 10100110 100100 10010101 0 1001110 1010 100011 100110100 1000000 101000

Color Harmonies of #A62495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62495

Black with #A62495

Text Example


Text Example

White with #A62495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62495; }

 p { color: rgb(166,36,149); }

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

background-color css

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

 a { background-color: rgb(166,36,149); }

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

border-color css

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

 span { border-color: rgb(166,36,149); }

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