Html Css Color HEX #A6267B Medium Red Violet

📋 copy color: '#A6267B'

red 166 ◦ green 38 ◦ blue 123

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

Shades of Medium Red Violet #A6267B

Tints of Medium Red Violet #A6267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.62%

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 50.76%
G = 11.62%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6267B (or 0xA6267B) is known color: Medium Red Violet. HEX triplet: A6, 26 and 7B. RGB value is (166,38,123). Sum of RGB (Red+Green+Blue) = 166+38+123=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6267B is #59D984. Grayscale: #555555. Windows color (decimal): -5888389 or 8070822. OLE color: 8070822.

HSL color Cylindrical-coordinate representation of color #A6267B: hue angle of 320.16º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6267B is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 38 123 -
CMYK 0 0.77 0.26 0.35
HSL 320.16º 0.63% 0.4% -
HSV(B) 320.16º 0.77% 0.65% -
XYZ 19.99 10.92 19.79 -
YUV 85.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 166 38 123 0 0.77 0.26 0.35 320.16 0.63 0.4
Hex A6 26 7B 0 4D 1A 23 140 3F 28
Octal 246 46 173 0 115 32 43 500 77 50
Binary 10100110 100110 1111011 0 1001101 11010 100011 101000000 111111 101000

Color Harmonies of #A6267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6267B

Black with #A6267B

Text Example


Text Example

White with #A6267B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6267B; }

 p { color: rgb(166,38,123); }

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

background-color css

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

 a { background-color: rgb(166,38,123); }

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

border-color css

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

 span { border-color: rgb(166,38,123); }

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