Html Css Color HEX #AF1D7A Medium Red Violet

📋 copy color: '#AF1D7A'

red 175 ◦ green 29 ◦ blue 122

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

Shades of Medium Red Violet #AF1D7A

Tints of Medium Red Violet #AF1D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.9%

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

R = 53.68%
G = 8.9%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF1D7A (or 0xAF1D7A) is known color: Medium Red Violet. HEX triplet: AF, 1D and 7A. RGB value is (175,29,122). Sum of RGB (Red+Green+Blue) = 175+29+122=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1D7A is #50E285. Grayscale: #535353. Windows color (decimal): -5300870 or 8002991. OLE color: 8002991.

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

Color convert

RGB 175 29 122 -
CMYK 0 0.83 0.30 0.31
HSL 321.78º 0.72% 0.4% -
HSV(B) 321.78º 0.83% 0.69% -
XYZ 21.63 11.4 19.47 -
YUV 83.26 149.87 193.44 -
System Red Green Blue C M Y K H S L
Decimal 175 29 122 0 0.83 0.30 0.31 321.78 0.72 0.4
Hex AF 1D 7A 0 53 1E 1F 142 48 28
Octal 257 35 172 0 123 36 37 502 110 50
Binary 10101111 11101 1111010 0 1010011 11110 11111 101000010 1001000 101000

Color Harmonies of #AF1D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D7A

Black with #AF1D7A

Text Example


Text Example

White with #AF1D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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