Html Css Color HEX #AF278C Medium Red Violet

📋 copy color: '#AF278C'

red 175 ◦ green 39 ◦ blue 140

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

Shades of Medium Red Violet #AF278C

Tints of Medium Red Violet #AF278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 49.44%
G = 11.02%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF278C (or 0xAF278C) is known color: Medium Red Violet. HEX triplet: AF, 27 and 8C. RGB value is (175,39,140). Sum of RGB (Red+Green+Blue) = 175+39+140=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF278C is #50D873. Grayscale: #5A5A5A. Windows color (decimal): -5298292 or 9185199. OLE color: 9185199.

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

Color convert

RGB 175 39 140 -
CMYK 0 0.78 0.2 0.31
HSL 315.44º 0.64% 0.42% -
HSV(B) 315.44º 0.78% 0.69% -
XYZ 23.14 12.46 26 -
YUV 91.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 175 39 140 0 0.78 0.2 0.31 315.44 0.64 0.42
Hex AF 27 8C 0 4E 14 1F 13B 40 2A
Octal 257 47 214 0 116 24 37 473 100 52
Binary 10101111 100111 10001100 0 1001110 10100 11111 100111011 1000000 101010

Color Harmonies of #AF278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF278C

Black with #AF278C

Text Example


Text Example

White with #AF278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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