Html Css Color HEX #AF2F9C Medium Red Violet

📋 copy color: '#AF2F9C'

red 175 ◦ green 47 ◦ blue 156

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

Shades of Medium Red Violet #AF2F9C

Tints of Medium Red Violet #AF2F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 46.3%
G = 12.43%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF2F9C (or 0xAF2F9C) is known color: Medium Red Violet. HEX triplet: AF, 2F and 9C. RGB value is (175,47,156). Sum of RGB (Red+Green+Blue) = 175+47+156=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2F9C is #50D063. Grayscale: #616161. Windows color (decimal): -5296228 or 10235823. OLE color: 10235823.

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

Color convert

RGB 175 47 156 -
CMYK 0 0.73 0.11 0.31
HSL 308.91º 0.58% 0.44% -
HSV(B) 308.91º 0.73% 0.69% -
XYZ 24.7 13.55 32.77 -
YUV 97.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 175 47 156 0 0.73 0.11 0.31 308.91 0.58 0.44
Hex AF 2F 9C 0 49 B 1F 135 3A 2C
Octal 257 57 234 0 111 13 37 465 72 54
Binary 10101111 101111 10011100 0 1001001 1011 11111 100110101 111010 101100

Color Harmonies of #AF2F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F9C

Black with #AF2F9C

Text Example


Text Example

White with #AF2F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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