Html Css Color HEX #AF236F Medium Red Violet

📋 copy color: '#AF236F'

red 175 ◦ green 35 ◦ blue 111

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

Shades of Medium Red Violet #AF236F

Tints of Medium Red Violet #AF236F

RGB

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

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

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

R = 54.52%
G = 10.9%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF236F (or 0xAF236F) is known color: Medium Red Violet. HEX triplet: AF, 23 and 6F. RGB value is (175,35,111). Sum of RGB (Red+Green+Blue) = 175+35+111=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF236F is #50DC90. Grayscale: #555555. Windows color (decimal): -5299345 or 7283631. OLE color: 7283631.

HSL color Cylindrical-coordinate representation of color #AF236F: hue angle of 327.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 #AF236F is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 111 -
CMYK 0 0.8 0.37 0.31
HSL 327.43º 0.67% 0.41% -
HSV(B) 327.43º 0.8% 0.69% -
XYZ 21.15 11.46 16.14 -
YUV 85.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 175 35 111 0 0.8 0.37 0.31 327.43 0.67 0.41
Hex AF 23 6F 0 50 25 1F 147 43 29
Octal 257 43 157 0 120 45 37 507 103 51
Binary 10101111 100011 1101111 0 1010000 100101 11111 101000111 1000011 101001

Color Harmonies of #AF236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF236F

Black with #AF236F

Text Example


Text Example

White with #AF236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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