Html Css Color HEX #A61388 Medium Violet Red

📋 copy color: '#A61388'

red 166 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #A61388

Tints of Medium Violet Red #A61388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

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

R = 51.71%
G = 5.92%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A61388 (or 0xA61388) is known color: Medium Violet Red. HEX triplet: A6, 13 and 88. RGB value is (166,19,136). Sum of RGB (Red+Green+Blue) = 166+19+136=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A61388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61388 is #59EC77. Grayscale: #4B4B4B. Windows color (decimal): -5893240 or 8917926. OLE color: 8917926.

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

Color convert

RGB 166 19 136 -
CMYK 0 0.89 0.18 0.35
HSL 312.24º 0.79% 0.36% -
HSV(B) 312.24º 0.89% 0.65% -
XYZ 20.4 10.35 24.22 -
YUV 76.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 166 19 136 0 0.89 0.18 0.35 312.24 0.79 0.36
Hex A6 13 88 0 59 12 23 138 4F 24
Octal 246 23 210 0 131 22 43 470 117 44
Binary 10100110 10011 10001000 0 1011001 10010 100011 100111000 1001111 100100

Color Harmonies of #A61388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61388

Black with #A61388

Text Example


Text Example

White with #A61388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61388; }

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

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

background-color css

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

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

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

border-color css

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

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

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