Html Css Color HEX #A63399 Medium Red Violet

📋 copy color: '#A63399'

red 166 ◦ green 51 ◦ blue 153

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

Shades of Medium Red Violet #A63399

Tints of Medium Red Violet #A63399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.78%

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 44.86%
G = 13.78%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A63399 (or 0xA63399) is known color: Medium Red Violet. HEX triplet: A6, 33 and 99. RGB value is (166,51,153). Sum of RGB (Red+Green+Blue) = 166+51+153=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A63399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63399 is #59CC66. Grayscale: #606060. Windows color (decimal): -5885031 or 10040230. OLE color: 10040230.

HSL color Cylindrical-coordinate representation of color #A63399: hue angle of 306.78º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63399 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 51 153 -
CMYK 0 0.69 0.08 0.35
HSL 306.78º 0.53% 0.43% -
HSV(B) 306.78º 0.69% 0.65% -
XYZ 22.66 12.77 31.41 -
YUV 97.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 166 51 153 0 0.69 0.08 0.35 306.78 0.53 0.43
Hex A6 33 99 0 45 8 23 133 35 2B
Octal 246 63 231 0 105 10 43 463 65 53
Binary 10100110 110011 10011001 0 1000101 1000 100011 100110011 110101 101011

Color Harmonies of #A63399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63399

Black with #A63399

Text Example


Text Example

White with #A63399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63399; }

 p { color: rgb(166,51,153); }

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

background-color css

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

 a { background-color: rgb(166,51,153); }

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

border-color css

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

 span { border-color: rgb(166,51,153); }

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