Html Css Color HEX #AF1691 Medium Violet Red

📋 copy color: '#AF1691'

red 175 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #AF1691

Tints of Medium Violet Red #AF1691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.43%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 51.17%
G = 6.43%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF1691 (or 0xAF1691) is known color: Medium Violet Red. HEX triplet: AF, 16 and 91. RGB value is (175,22,145). Sum of RGB (Red+Green+Blue) = 175+22+145=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1691 is #50E96E. Grayscale: #515151. Windows color (decimal): -5302639 or 9508527. OLE color: 9508527.

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

Color convert

RGB 175 22 145 -
CMYK 0 0.87 0.17 0.31
HSL 311.76º 0.78% 0.39% -
HSV(B) 311.76º 0.87% 0.69% -
XYZ 23.08 11.73 27.84 -
YUV 81.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 175 22 145 0 0.87 0.17 0.31 311.76 0.78 0.39
Hex AF 16 91 0 57 11 1F 138 4E 27
Octal 257 26 221 0 127 21 37 470 116 47
Binary 10101111 10110 10010001 0 1010111 10001 11111 100111000 1001110 100111

Color Harmonies of #AF1691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1691

Black with #AF1691

Text Example


Text Example

White with #AF1691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1691; }

 p { color: rgb(175,22,145); }

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

background-color css

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

 a { background-color: rgb(175,22,145); }

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

border-color css

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

 span { border-color: rgb(175,22,145); }

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