Html Css Color HEX #AF2F8E Medium Red Violet

📋 copy color: '#AF2F8E'

red 175 ◦ green 47 ◦ blue 142

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

Shades of Medium Red Violet #AF2F8E

Tints of Medium Red Violet #AF2F8E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 48.08%
G = 12.91%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF2F8E (or 0xAF2F8E) is known color: Medium Red Violet. HEX triplet: AF, 2F and 8E. RGB value is (175,47,142). Sum of RGB (Red+Green+Blue) = 175+47+142=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F8E is #50D071. Grayscale: #5F5F5F. Windows color (decimal): -5296242 or 9318319. OLE color: 9318319.

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

Color convert

RGB 175 47 142 -
CMYK 0 0.73 0.19 0.31
HSL 315.47º 0.58% 0.44% -
HSV(B) 315.47º 0.73% 0.69% -
XYZ 23.58 13.1 26.88 -
YUV 96.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 175 47 142 0 0.73 0.19 0.31 315.47 0.58 0.44
Hex AF 2F 8E 0 49 13 1F 13B 3A 2C
Octal 257 57 216 0 111 23 37 473 72 54
Binary 10101111 101111 10001110 0 1001001 10011 11111 100111011 111010 101100

Color Harmonies of #AF2F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F8E

Black with #AF2F8E

Text Example


Text Example

White with #AF2F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F8E; }

 p { color: rgb(175,47,142); }

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

background-color css

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

 a { background-color: rgb(175,47,142); }

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

border-color css

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

 span { border-color: rgb(175,47,142); }

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