Html Css Color HEX #A62895 Medium Red Violet

📋 copy color: '#A62895'

red 166 ◦ green 40 ◦ blue 149

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

Shades of Medium Red Violet #A62895

Tints of Medium Red Violet #A62895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.27%

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

R = 46.76%
G = 11.27%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A62895 (or 0xA62895) is known color: Medium Red Violet. HEX triplet: A6, 28 and 95. RGB value is (166,40,149). Sum of RGB (Red+Green+Blue) = 166+40+149=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A62895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62895 is #59D76A. Grayscale: #595959. Windows color (decimal): -5887851 or 9775270. OLE color: 9775270.

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

Color convert

RGB 166 40 149 -
CMYK 0 0.76 0.10 0.35
HSL 308.1º 0.61% 0.4% -
HSV(B) 308.1º 0.76% 0.65% -
XYZ 21.91 11.79 29.56 -
YUV 90.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 166 40 149 0 0.76 0.10 0.35 308.1 0.61 0.4
Hex A6 28 95 0 4C A 23 134 3D 28
Octal 246 50 225 0 114 12 43 464 75 50
Binary 10100110 101000 10010101 0 1001100 1010 100011 100110100 111101 101000

Color Harmonies of #A62895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62895

Black with #A62895

Text Example


Text Example

White with #A62895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62895; }

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

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

background-color css

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

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

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

border-color css

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

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

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