Html Css Color HEX #A64288 Medium Red Violet

📋 copy color: '#A64288'

red 166 ◦ green 66 ◦ blue 136

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

Shades of Medium Red Violet #A64288

Tints of Medium Red Violet #A64288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

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

R = 45.11%
G = 17.93%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A64288 (or 0xA64288) is known color: Medium Red Violet. HEX triplet: A6, 42 and 88. RGB value is (166,66,136). Sum of RGB (Red+Green+Blue) = 166+66+136=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A64288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64288 is #59BD77. Grayscale: #676767. Windows color (decimal): -5881208 or 8929958. OLE color: 8929958.

HSL color Cylindrical-coordinate representation of color #A64288: hue angle of 318º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64288 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 136 -
CMYK 0 0.60 0.18 0.35
HSL 318º 0.43% 0.45% -
HSV(B) 318º 0.6% 0.65% -
XYZ 22.12 13.78 24.79 -
YUV 103.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 166 66 136 0 0.60 0.18 0.35 318 0.43 0.45
Hex A6 42 88 0 3C 12 23 13E 2B 2D
Octal 246 102 210 0 74 22 43 476 53 55
Binary 10100110 1000010 10001000 0 111100 10010 100011 100111110 101011 101101

Color Harmonies of #A64288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64288

Black with #A64288

Text Example


Text Example

White with #A64288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64288; }

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

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

background-color css

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

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

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

border-color css

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

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

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