Html Css Color HEX #AF168E Medium Violet Red

📋 copy color: '#AF168E'

red 175 ◦ green 22 ◦ blue 142

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

Shades of Medium Violet Red #AF168E

Tints of Medium Violet Red #AF168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 51.62%
G = 6.49%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF168E (or 0xAF168E) is known color: Medium Violet Red. HEX triplet: AF, 16 and 8E. RGB value is (175,22,142). Sum of RGB (Red+Green+Blue) = 175+22+142=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF168E is #50E971. Grayscale: #515151. Windows color (decimal): -5302642 or 9311919. OLE color: 9311919.

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

Color convert

RGB 175 22 142 -
CMYK 0 0.87 0.19 0.31
HSL 312.94º 0.78% 0.39% -
HSV(B) 312.94º 0.87% 0.69% -
XYZ 22.85 11.64 26.63 -
YUV 81.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 175 22 142 0 0.87 0.19 0.31 312.94 0.78 0.39
Hex AF 16 8E 0 57 13 1F 139 4E 27
Octal 257 26 216 0 127 23 37 471 116 47
Binary 10101111 10110 10001110 0 1010111 10011 11111 100111001 1001110 100111

Color Harmonies of #AF168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF168E

Black with #AF168E

Text Example


Text Example

White with #AF168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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