Html Css Color HEX #AF228E Medium Red Violet

📋 copy color: '#AF228E'

red 175 ◦ green 34 ◦ blue 142

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

Shades of Medium Red Violet #AF228E

Tints of Medium Red Violet #AF228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 49.86%
G = 9.69%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF228E (or 0xAF228E) is known color: Medium Red Violet. HEX triplet: AF, 22 and 8E. RGB value is (175,34,142). Sum of RGB (Red+Green+Blue) = 175+34+142=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF228E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF228E is #50DD71. Grayscale: #585858. Windows color (decimal): -5299570 or 9314991. OLE color: 9314991.

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

Color convert

RGB 175 34 142 -
CMYK 0 0.81 0.19 0.31
HSL 314.04º 0.67% 0.41% -
HSV(B) 314.04º 0.81% 0.69% -
XYZ 23.13 12.21 26.73 -
YUV 88.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 175 34 142 0 0.81 0.19 0.31 314.04 0.67 0.41
Hex AF 22 8E 0 51 13 1F 13A 43 29
Octal 257 42 216 0 121 23 37 472 103 51
Binary 10101111 100010 10001110 0 1010001 10011 11111 100111010 1000011 101001

Color Harmonies of #AF228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF228E

Black with #AF228E

Text Example


Text Example

White with #AF228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF228E; }

 p { color: rgb(175,34,142); }

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

background-color css

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

 a { background-color: rgb(175,34,142); }

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

border-color css

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

 span { border-color: rgb(175,34,142); }

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