Html Css Color HEX #AF1182 Medium Violet Red

📋 copy color: '#AF1182'

red 175 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #AF1182

Tints of Medium Violet Red #AF1182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

 BLUE value IS 130 (51.17% from 255) = 40.37%

R = 54.35%
G = 5.28%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF1182 (or 0xAF1182) is known color: Medium Violet Red. HEX triplet: AF, 11 and 82. RGB value is (175,17,130). Sum of RGB (Red+Green+Blue) = 175+17+130=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1182 is #50EE7D. Grayscale: #4C4C4C. Windows color (decimal): -5303934 or 8524207. OLE color: 8524207.

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

Color convert

RGB 175 17 130 -
CMYK 0 0.90 0.26 0.31
HSL 317.09º 0.82% 0.38% -
HSV(B) 317.09º 0.9% 0.69% -
XYZ 21.91 11.13 22.11 -
YUV 77.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 175 17 130 0 0.90 0.26 0.31 317.09 0.82 0.38
Hex AF 11 82 0 5A 1A 1F 13D 52 26
Octal 257 21 202 0 132 32 37 475 122 46
Binary 10101111 10001 10000010 0 1011010 11010 11111 100111101 1010010 100110

Color Harmonies of #AF1182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1182

Black with #AF1182

Text Example


Text Example

White with #AF1182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1182; }

 p { color: rgb(175,17,130); }

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

background-color css

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

 a { background-color: rgb(175,17,130); }

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

border-color css

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

 span { border-color: rgb(175,17,130); }

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