Html Css Color HEX #AF278F Medium Red Violet

📋 copy color: '#AF278F'

red 175 ◦ green 39 ◦ blue 143

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

Shades of Medium Red Violet #AF278F

Tints of Medium Red Violet #AF278F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 49.02%
G = 10.92%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF278F (or 0xAF278F) is known color: Medium Red Violet. HEX triplet: AF, 27 and 8F. RGB value is (175,39,143). Sum of RGB (Red+Green+Blue) = 175+39+143=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF278F is #50D870. Grayscale: #5B5B5B. Windows color (decimal): -5298289 or 9381807. OLE color: 9381807.

HSL color Cylindrical-coordinate representation of color #AF278F: hue angle of 314.12º 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 #AF278F is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 143 -
CMYK 0 0.78 0.18 0.31
HSL 314.12º 0.64% 0.42% -
HSV(B) 314.12º 0.78% 0.69% -
XYZ 23.36 12.55 27.18 -
YUV 91.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 175 39 143 0 0.78 0.18 0.31 314.12 0.64 0.42
Hex AF 27 8F 0 4E 12 1F 13A 40 2A
Octal 257 47 217 0 116 22 37 472 100 52
Binary 10101111 100111 10001111 0 1001110 10010 11111 100111010 1000000 101010

Color Harmonies of #AF278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF278F

Black with #AF278F

Text Example


Text Example

White with #AF278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF278F; }

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

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

background-color css

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

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

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

border-color css

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

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

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