Html Css Color HEX #AF1FA3 Medium Red Violet

📋 copy color: '#AF1FA3'

red 175 ◦ green 31 ◦ blue 163

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

Shades of Medium Red Violet #AF1FA3

Tints of Medium Red Violet #AF1FA3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

 BLUE value IS 163 (64.06% from 255) = 44.17%

R = 47.43%
G = 8.4%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF1FA3 (or 0xAF1FA3) is known color: Medium Red Violet. HEX triplet: AF, 1F and A3. RGB value is (175,31,163). Sum of RGB (Red+Green+Blue) = 175+31+163=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FA3 is #50E05C. Grayscale: #585858. Windows color (decimal): -5300317 or 10690479. OLE color: 10690479.

HSL color Cylindrical-coordinate representation of color #AF1FA3: hue angle of 305º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1FA3 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 163 -
CMYK 0 0.82 0.07 0.31
HSL 305º 0.7% 0.4% -
HSV(B) 305º 0.82% 0.69% -
XYZ 24.78 12.74 35.8 -
YUV 89.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 175 31 163 0 0.82 0.07 0.31 305 0.7 0.4
Hex AF 1F A3 0 52 7 1F 131 46 28
Octal 257 37 243 0 122 7 37 461 106 50
Binary 10101111 11111 10100011 0 1010010 111 11111 100110001 1000110 101000

Color Harmonies of #AF1FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FA3

Black with #AF1FA3

Text Example


Text Example

White with #AF1FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FA3; }

 p { color: rgb(175,31,163); }

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

background-color css

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

 a { background-color: rgb(175,31,163); }

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

border-color css

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

 span { border-color: rgb(175,31,163); }

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