Html Css Color HEX #AF2075 Medium Red Violet

📋 copy color: '#AF2075'

red 175 ◦ green 32 ◦ blue 117

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

Shades of Medium Red Violet #AF2075

Tints of Medium Red Violet #AF2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.88%

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

R = 54.01%
G = 9.88%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF2075 (or 0xAF2075) is known color: Medium Red Violet. HEX triplet: AF, 20 and 75. RGB value is (175,32,117). Sum of RGB (Red+Green+Blue) = 175+32+117=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2075 is #50DF8A. Grayscale: #545454. Windows color (decimal): -5300107 or 7676079. OLE color: 7676079.

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

Color convert

RGB 175 32 117 -
CMYK 0 0.82 0.33 0.31
HSL 324.34º 0.69% 0.41% -
HSV(B) 324.34º 0.82% 0.69% -
XYZ 21.41 11.43 17.91 -
YUV 84.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 175 32 117 0 0.82 0.33 0.31 324.34 0.69 0.41
Hex AF 20 75 0 52 21 1F 144 45 29
Octal 257 40 165 0 122 41 37 504 105 51
Binary 10101111 100000 1110101 0 1010010 100001 11111 101000100 1000101 101001

Color Harmonies of #AF2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2075

Black with #AF2075

Text Example


Text Example

White with #AF2075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2075; }

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

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

background-color css

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

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

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

border-color css

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

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

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