Html Css Color HEX #AF2194 Medium Red Violet

📋 copy color: '#AF2194'

red 175 ◦ green 33 ◦ blue 148

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

Shades of Medium Red Violet #AF2194

Tints of Medium Red Violet #AF2194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 49.16%
G = 9.27%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF2194 (or 0xAF2194) is known color: Medium Red Violet. HEX triplet: AF, 21 and 94. RGB value is (175,33,148). Sum of RGB (Red+Green+Blue) = 175+33+148=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2194 is #50DE6B. Grayscale: #585858. Windows color (decimal): -5299820 or 9707951. OLE color: 9707951.

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

Color convert

RGB 175 33 148 -
CMYK 0 0.81 0.15 0.31
HSL 311.41º 0.68% 0.41% -
HSV(B) 311.41º 0.81% 0.69% -
XYZ 23.57 12.34 29.16 -
YUV 88.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 175 33 148 0 0.81 0.15 0.31 311.41 0.68 0.41
Hex AF 21 94 0 51 F 1F 137 44 29
Octal 257 41 224 0 121 17 37 467 104 51
Binary 10101111 100001 10010100 0 1010001 1111 11111 100110111 1000100 101001

Color Harmonies of #AF2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2194

Black with #AF2194

Text Example


Text Example

White with #AF2194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2194; }

 p { color: rgb(175,33,148); }

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

background-color css

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

 a { background-color: rgb(175,33,148); }

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

border-color css

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

 span { border-color: rgb(175,33,148); }

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