Html Css Color HEX #A63088 Medium Red Violet

📋 copy color: '#A63088'

red 166 ◦ green 48 ◦ blue 136

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

Shades of Medium Red Violet #A63088

Tints of Medium Red Violet #A63088

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 47.43%
G = 13.71%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A63088 (or 0xA63088) is known color: Medium Red Violet. HEX triplet: A6, 30 and 88. RGB value is (166,48,136). Sum of RGB (Red+Green+Blue) = 166+48+136=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A63088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63088 is #59CF77. Grayscale: #5D5D5D. Windows color (decimal): -5885816 or 8925350. OLE color: 8925350.

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

Color convert

RGB 166 48 136 -
CMYK 0 0.71 0.18 0.35
HSL 315.25º 0.55% 0.42% -
HSV(B) 315.25º 0.71% 0.65% -
XYZ 21.23 12 24.49 -
YUV 93.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 166 48 136 0 0.71 0.18 0.35 315.25 0.55 0.42
Hex A6 30 88 0 47 12 23 13B 37 2A
Octal 246 60 210 0 107 22 43 473 67 52
Binary 10100110 110000 10001000 0 1000111 10010 100011 100111011 110111 101010

Color Harmonies of #A63088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63088

Black with #A63088

Text Example


Text Example

White with #A63088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63088; }

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

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

background-color css

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

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

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

border-color css

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

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

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