Html Css Color HEX #AF1E7A Medium Red Violet

📋 copy color: '#AF1E7A'

red 175 ◦ green 30 ◦ blue 122

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

Shades of Medium Red Violet #AF1E7A

Tints of Medium Red Violet #AF1E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

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

R = 53.52%
G = 9.17%
B = 37.31%

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

#AF1E7A (or 0xAF1E7A) is known color: Medium Red Violet. HEX triplet: AF, 1E and 7A. RGB value is (175,30,122). Sum of RGB (Red+Green+Blue) = 175+30+122=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E7A is #50E185. Grayscale: #535353. Windows color (decimal): -5300614 or 8003247. OLE color: 8003247.

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

Color convert

RGB 175 30 122 -
CMYK 0 0.83 0.30 0.31
HSL 321.93º 0.71% 0.4% -
HSV(B) 321.93º 0.83% 0.69% -
XYZ 21.66 11.45 19.48 -
YUV 83.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 175 30 122 0 0.83 0.30 0.31 321.93 0.71 0.4
Hex AF 1E 7A 0 53 1E 1F 142 47 28
Octal 257 36 172 0 123 36 37 502 107 50
Binary 10101111 11110 1111010 0 1010011 11110 11111 101000010 1000111 101000

Color Harmonies of #AF1E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E7A

Black with #AF1E7A

Text Example


Text Example

White with #AF1E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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