Html Css Color HEX #AF188A Medium Violet Red

📋 copy color: '#AF188A'

red 175 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #AF188A

Tints of Medium Violet Red #AF188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 51.93%
G = 7.12%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF188A (or 0xAF188A) is known color: Medium Violet Red. HEX triplet: AF, 18 and 8A. RGB value is (175,24,138). Sum of RGB (Red+Green+Blue) = 175+24+138=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF188A is #50E775. Grayscale: #515151. Windows color (decimal): -5302134 or 9050287. OLE color: 9050287.

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

Color convert

RGB 175 24 138 -
CMYK 0 0.86 0.21 0.31
HSL 314.7º 0.76% 0.39% -
HSV(B) 314.7º 0.86% 0.69% -
XYZ 22.59 11.6 25.09 -
YUV 82.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 175 24 138 0 0.86 0.21 0.31 314.7 0.76 0.39
Hex AF 18 8A 0 56 15 1F 13B 4C 27
Octal 257 30 212 0 126 25 37 473 114 47
Binary 10101111 11000 10001010 0 1010110 10101 11111 100111011 1001100 100111

Color Harmonies of #AF188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF188A

Black with #AF188A

Text Example


Text Example

White with #AF188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF188A; }

 p { color: rgb(175,24,138); }

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

background-color css

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

 a { background-color: rgb(175,24,138); }

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

border-color css

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

 span { border-color: rgb(175,24,138); }

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