Html Css Color HEX #AF1F7A Medium Red Violet

📋 copy color: '#AF1F7A'

red 175 ◦ green 31 ◦ blue 122

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

Shades of Medium Red Violet #AF1F7A

Tints of Medium Red Violet #AF1F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 53.35%
G = 9.45%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF1F7A (or 0xAF1F7A) is known color: Medium Red Violet. HEX triplet: AF, 1F and 7A. RGB value is (175,31,122). Sum of RGB (Red+Green+Blue) = 175+31+122=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1F7A is #50E085. Grayscale: #545454. Windows color (decimal): -5300358 or 8003503. OLE color: 8003503.

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

Color convert

RGB 175 31 122 -
CMYK 0 0.82 0.30 0.31
HSL 322.08º 0.7% 0.4% -
HSV(B) 322.08º 0.82% 0.69% -
XYZ 21.68 11.5 19.49 -
YUV 84.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 175 31 122 0 0.82 0.30 0.31 322.08 0.7 0.4
Hex AF 1F 7A 0 52 1E 1F 142 46 28
Octal 257 37 172 0 122 36 37 502 106 50
Binary 10101111 11111 1111010 0 1010010 11110 11111 101000010 1000110 101000

Color Harmonies of #AF1F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F7A

Black with #AF1F7A

Text Example


Text Example

White with #AF1F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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