Html Css Color HEX #AF228C Medium Red Violet

📋 copy color: '#AF228C'

red 175 ◦ green 34 ◦ blue 140

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

Shades of Medium Red Violet #AF228C

Tints of Medium Red Violet #AF228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 50.14%
G = 9.74%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF228C (or 0xAF228C) is known color: Medium Red Violet. HEX triplet: AF, 22 and 8C. RGB value is (175,34,140). Sum of RGB (Red+Green+Blue) = 175+34+140=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF228C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF228C is #50DD73. Grayscale: #575757. Windows color (decimal): -5299572 or 9183919. OLE color: 9183919.

HSL color Cylindrical-coordinate representation of color #AF228C: hue angle of 314.89º 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 #AF228C is Cyan = 0, Magento = 0.81, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 140 -
CMYK 0 0.81 0.2 0.31
HSL 314.89º 0.67% 0.41% -
HSV(B) 314.89º 0.81% 0.69% -
XYZ 22.98 12.15 25.94 -
YUV 88.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 175 34 140 0 0.81 0.2 0.31 314.89 0.67 0.41
Hex AF 22 8C 0 51 14 1F 13B 43 29
Octal 257 42 214 0 121 24 37 473 103 51
Binary 10101111 100010 10001100 0 1010001 10100 11111 100111011 1000011 101001

Color Harmonies of #AF228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF228C

Black with #AF228C

Text Example


Text Example

White with #AF228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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