Html Css Color HEX #A61488 Medium Violet Red

📋 copy color: '#A61488'

red 166 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #A61488

Tints of Medium Violet Red #A61488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 51.55%
G = 6.21%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A61488 (or 0xA61488) is known color: Medium Violet Red. HEX triplet: A6, 14 and 88. RGB value is (166,20,136). Sum of RGB (Red+Green+Blue) = 166+20+136=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A61488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61488 is #59EB77. Grayscale: #4C4C4C. Windows color (decimal): -5892984 or 8918182. OLE color: 8918182.

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

Color convert

RGB 166 20 136 -
CMYK 0 0.88 0.18 0.35
HSL 312.33º 0.78% 0.36% -
HSV(B) 312.33º 0.88% 0.65% -
XYZ 20.42 10.38 24.22 -
YUV 76.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 166 20 136 0 0.88 0.18 0.35 312.33 0.78 0.36
Hex A6 14 88 0 58 12 23 138 4E 24
Octal 246 24 210 0 130 22 43 470 116 44
Binary 10100110 10100 10001000 0 1011000 10010 100011 100111000 1001110 100100

Color Harmonies of #A61488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61488

Black with #A61488

Text Example


Text Example

White with #A61488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61488; }

 p { color: rgb(166,20,136); }

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

background-color css

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

 a { background-color: rgb(166,20,136); }

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

border-color css

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

 span { border-color: rgb(166,20,136); }

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