Html Css Color HEX #A62485 Medium Red Violet

📋 copy color: '#A62485'

red 166 ◦ green 36 ◦ blue 133

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

Shades of Medium Red Violet #A62485

Tints of Medium Red Violet #A62485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 49.55%
G = 10.75%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A62485 (or 0xA62485) is known color: Medium Red Violet. HEX triplet: A6, 24 and 85. RGB value is (166,36,133). Sum of RGB (Red+Green+Blue) = 166+36+133=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A62485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62485 is #59DB7A. Grayscale: #555555. Windows color (decimal): -5888891 or 8725670. OLE color: 8725670.

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

Color convert

RGB 166 36 133 -
CMYK 0 0.78 0.20 0.35
HSL 315.23º 0.64% 0.4% -
HSV(B) 315.23º 0.78% 0.65% -
XYZ 20.59 11.06 23.24 -
YUV 85.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 166 36 133 0 0.78 0.20 0.35 315.23 0.64 0.4
Hex A6 24 85 0 4E 14 23 13B 40 28
Octal 246 44 205 0 116 24 43 473 100 50
Binary 10100110 100100 10000101 0 1001110 10100 100011 100111011 1000000 101000

Color Harmonies of #A62485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62485

Black with #A62485

Text Example


Text Example

White with #A62485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62485; }

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

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

background-color css

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

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

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

border-color css

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

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

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