Html Css Color HEX #AF246F Medium Red Violet

📋 copy color: '#AF246F'

red 175 ◦ green 36 ◦ blue 111

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

Shades of Medium Red Violet #AF246F

Tints of Medium Red Violet #AF246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 54.35%
G = 11.18%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF246F (or 0xAF246F) is known color: Medium Red Violet. HEX triplet: AF, 24 and 6F. RGB value is (175,36,111). Sum of RGB (Red+Green+Blue) = 175+36+111=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF246F is #50DB90. Grayscale: #555555. Windows color (decimal): -5299089 or 7283887. OLE color: 7283887.

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

Color convert

RGB 175 36 111 -
CMYK 0 0.79 0.37 0.31
HSL 327.63º 0.66% 0.41% -
HSV(B) 327.63º 0.79% 0.69% -
XYZ 21.18 11.52 16.15 -
YUV 86.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 175 36 111 0 0.79 0.37 0.31 327.63 0.66 0.41
Hex AF 24 6F 0 4F 25 1F 148 42 29
Octal 257 44 157 0 117 45 37 510 102 51
Binary 10101111 100100 1101111 0 1001111 100101 11111 101001000 1000010 101001

Color Harmonies of #AF246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF246F

Black with #AF246F

Text Example


Text Example

White with #AF246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF246F; }

 p { color: rgb(175,36,111); }

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

background-color css

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

 a { background-color: rgb(175,36,111); }

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

border-color css

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

 span { border-color: rgb(175,36,111); }

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