Html Css Color HEX #AF278D Medium Red Violet

📋 copy color: '#AF278D'

red 175 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #AF278D

Tints of Medium Red Violet #AF278D

RGB

 RED value IS 175 (68.75% from 255) = 49.3%

 GREEN value IS 39 (15.63% from 255) = 10.99%

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 49.3%
G = 10.99%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF278D (or 0xAF278D) is known color: Medium Red Violet. HEX triplet: AF, 27 and 8D. RGB value is (175,39,141). Sum of RGB (Red+Green+Blue) = 175+39+141=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF278D is #50D872. Grayscale: #5B5B5B. Windows color (decimal): -5298291 or 9250735. OLE color: 9250735.

HSL color Cylindrical-coordinate representation of color #AF278D: hue angle of 315º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF278D is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 141 -
CMYK 0 0.78 0.19 0.31
HSL 315º 0.64% 0.42% -
HSV(B) 315º 0.78% 0.69% -
XYZ 23.21 12.49 26.39 -
YUV 91.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 175 39 141 0 0.78 0.19 0.31 315 0.64 0.42
Hex AF 27 8D 0 4E 13 1F 13B 40 2A
Octal 257 47 215 0 116 23 37 473 100 52
Binary 10101111 100111 10001101 0 1001110 10011 11111 100111011 1000000 101010

Color Harmonies of #AF278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF278D

Black with #AF278D

Text Example


Text Example

White with #AF278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF278D; }

 p { color: rgb(175,39,141); }

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

background-color css

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

 a { background-color: rgb(175,39,141); }

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

border-color css

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

 span { border-color: rgb(175,39,141); }

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