Html Css Color HEX #AF2376 Medium Red Violet

📋 copy color: '#AF2376'

red 175 ◦ green 35 ◦ blue 118

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

Shades of Medium Red Violet #AF2376

Tints of Medium Red Violet #AF2376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 53.35%
G = 10.67%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF2376 (or 0xAF2376) is known color: Medium Red Violet. HEX triplet: AF, 23 and 76. RGB value is (175,35,118). Sum of RGB (Red+Green+Blue) = 175+35+118=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2376 is #50DC89. Grayscale: #565656. Windows color (decimal): -5299338 or 7742383. OLE color: 7742383.

HSL color Cylindrical-coordinate representation of color #AF2376: hue angle of 324.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2376 is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 118 -
CMYK 0 0.8 0.33 0.31
HSL 324.43º 0.67% 0.41% -
HSV(B) 324.43º 0.8% 0.69% -
XYZ 21.55 11.62 18.25 -
YUV 86.32 145.88 191.25 -
System Red Green Blue C M Y K H S L
Decimal 175 35 118 0 0.8 0.33 0.31 324.43 0.67 0.41
Hex AF 23 76 0 50 21 1F 144 43 29
Octal 257 43 166 0 120 41 37 504 103 51
Binary 10101111 100011 1110110 0 1010000 100001 11111 101000100 1000011 101001

Color Harmonies of #AF2376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2376

Black with #AF2376

Text Example


Text Example

White with #AF2376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2376; }

 p { color: rgb(175,35,118); }

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

background-color css

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

 a { background-color: rgb(175,35,118); }

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

border-color css

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

 span { border-color: rgb(175,35,118); }

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