Html Css Color HEX #AF3F88 Medium Red Violet

📋 copy color: '#AF3F88'

red 175 ◦ green 63 ◦ blue 136

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

Shades of Medium Red Violet #AF3F88

Tints of Medium Red Violet #AF3F88

RGB

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

 GREEN value IS 63 (25% from 255) = 16.84%

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

R = 46.79%
G = 16.84%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF3F88 (or 0xAF3F88) is known color: Medium Red Violet. HEX triplet: AF, 3F and 88. RGB value is (175,63,136). Sum of RGB (Red+Green+Blue) = 175+63+136=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F88 is #50C077. Grayscale: #686868. Windows color (decimal): -5292152 or 8929199. OLE color: 8929199.

HSL color Cylindrical-coordinate representation of color #AF3F88: hue angle of 320.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F88 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 136 -
CMYK 0 0.64 0.22 0.31
HSL 320.89º 0.47% 0.47% -
HSV(B) 320.89º 0.64% 0.69% -
XYZ 23.9 14.45 24.82 -
YUV 104.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 175 63 136 0 0.64 0.22 0.31 320.89 0.47 0.47
Hex AF 3F 88 0 40 16 1F 141 2F 2F
Octal 257 77 210 0 100 26 37 501 57 57
Binary 10101111 111111 10001000 0 1000000 10110 11111 101000001 101111 101111

Color Harmonies of #AF3F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F88

Black with #AF3F88

Text Example


Text Example

White with #AF3F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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