Html Css Color HEX #AF1975 Medium Violet Red

📋 copy color: '#AF1975'

red 175 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #AF1975

Tints of Medium Violet Red #AF1975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 55.21%
G = 7.89%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF1975 (or 0xAF1975) is known color: Medium Violet Red. HEX triplet: AF, 19 and 75. RGB value is (175,25,117). Sum of RGB (Red+Green+Blue) = 175+25+117=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1975 is #50E68A. Grayscale: #505050. Windows color (decimal): -5301899 or 7674287. OLE color: 7674287.

HSL color Cylindrical-coordinate representation of color #AF1975: hue angle of 323.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1975 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 117 -
CMYK 0 0.86 0.33 0.31
HSL 323.2º 0.75% 0.39% -
HSV(B) 323.2º 0.86% 0.69% -
XYZ 21.24 11.09 17.85 -
YUV 80.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 175 25 117 0 0.86 0.33 0.31 323.2 0.75 0.39
Hex AF 19 75 0 56 21 1F 143 4B 27
Octal 257 31 165 0 126 41 37 503 113 47
Binary 10101111 11001 1110101 0 1010110 100001 11111 101000011 1001011 100111

Color Harmonies of #AF1975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1975

Black with #AF1975

Text Example


Text Example

White with #AF1975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1975; }

 p { color: rgb(175,25,117); }

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

background-color css

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

 a { background-color: rgb(175,25,117); }

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

border-color css

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

 span { border-color: rgb(175,25,117); }

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