Html Css Color HEX #AF1690 Medium Violet Red

📋 copy color: '#AF1690'

red 175 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #AF1690

Tints of Medium Violet Red #AF1690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 51.32%
G = 6.45%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF1690 (or 0xAF1690) is known color: Medium Violet Red. HEX triplet: AF, 16 and 90. RGB value is (175,22,144). Sum of RGB (Red+Green+Blue) = 175+22+144=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1690 is #50E96F. Grayscale: #515151. Windows color (decimal): -5302640 or 9442991. OLE color: 9442991.

HSL color Cylindrical-coordinate representation of color #AF1690: hue angle of 312.16º 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 #AF1690 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 144 -
CMYK 0 0.87 0.18 0.31
HSL 312.16º 0.78% 0.39% -
HSV(B) 312.16º 0.87% 0.69% -
XYZ 23 11.7 27.43 -
YUV 81.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 175 22 144 0 0.87 0.18 0.31 312.16 0.78 0.39
Hex AF 16 90 0 57 12 1F 138 4E 27
Octal 257 26 220 0 127 22 37 470 116 47
Binary 10101111 10110 10010000 0 1010111 10010 11111 100111000 1001110 100111

Color Harmonies of #AF1690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1690

Black with #AF1690

Text Example


Text Example

White with #AF1690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1690; }

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

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

background-color css

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

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

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

border-color css

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

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

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