Html Css Color HEX #AF1888 Medium Violet Red

📋 copy color: '#AF1888'

red 175 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #AF1888

Tints of Medium Violet Red #AF1888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 52.24%
G = 7.16%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF1888 (or 0xAF1888) is known color: Medium Violet Red. HEX triplet: AF, 18 and 88. RGB value is (175,24,136). Sum of RGB (Red+Green+Blue) = 175+24+136=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1888 is #50E777. Grayscale: #515151. Windows color (decimal): -5302136 or 8919215. OLE color: 8919215.

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

Color convert

RGB 175 24 136 -
CMYK 0 0.86 0.22 0.31
HSL 315.5º 0.76% 0.39% -
HSV(B) 315.5º 0.86% 0.69% -
XYZ 22.45 11.54 24.34 -
YUV 81.92 158.53 194.39 -
System Red Green Blue C M Y K H S L
Decimal 175 24 136 0 0.86 0.22 0.31 315.5 0.76 0.39
Hex AF 18 88 0 56 16 1F 13B 4C 27
Octal 257 30 210 0 126 26 37 473 114 47
Binary 10101111 11000 10001000 0 1010110 10110 11111 100111011 1001100 100111

Color Harmonies of #AF1888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1888

Black with #AF1888

Text Example


Text Example

White with #AF1888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1888; }

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

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

background-color css

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

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

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

border-color css

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

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

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