Html Css Color HEX #AF278A Medium Red Violet

📋 copy color: '#AF278A'

red 175 ◦ green 39 ◦ blue 138

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

Shades of Medium Red Violet #AF278A

Tints of Medium Red Violet #AF278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 49.72%
G = 11.08%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF278A (or 0xAF278A) is known color: Medium Red Violet. HEX triplet: AF, 27 and 8A. RGB value is (175,39,138). Sum of RGB (Red+Green+Blue) = 175+39+138=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF278A is #50D875. Grayscale: #5A5A5A. Windows color (decimal): -5298294 or 9054127. OLE color: 9054127.

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

Color convert

RGB 175 39 138 -
CMYK 0 0.78 0.21 0.31
HSL 316.32º 0.64% 0.42% -
HSV(B) 316.32º 0.78% 0.69% -
XYZ 22.99 12.4 25.23 -
YUV 90.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 175 39 138 0 0.78 0.21 0.31 316.32 0.64 0.42
Hex AF 27 8A 0 4E 15 1F 13C 40 2A
Octal 257 47 212 0 116 25 37 474 100 52
Binary 10101111 100111 10001010 0 1001110 10101 11111 100111100 1000000 101010

Color Harmonies of #AF278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF278A

Black with #AF278A

Text Example


Text Example

White with #AF278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF278A; }

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

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

background-color css

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

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

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

border-color css

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

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

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