Html Css Color HEX #AF229F Medium Red Violet

📋 copy color: '#AF229F'

red 175 ◦ green 34 ◦ blue 159

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

Shades of Medium Red Violet #AF229F

Tints of Medium Red Violet #AF229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 47.55%
G = 9.24%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF229F (or 0xAF229F) is known color: Medium Red Violet. HEX triplet: AF, 22 and 9F. RGB value is (175,34,159). Sum of RGB (Red+Green+Blue) = 175+34+159=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF229F is #50DD60. Grayscale: #5A5A5A. Windows color (decimal): -5299553 or 10429103. OLE color: 10429103.

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

Color convert

RGB 175 34 159 -
CMYK 0 0.81 0.09 0.31
HSL 306.81º 0.67% 0.41% -
HSV(B) 306.81º 0.81% 0.69% -
XYZ 24.51 12.76 33.97 -
YUV 90.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 175 34 159 0 0.81 0.09 0.31 306.81 0.67 0.41
Hex AF 22 9F 0 51 9 1F 133 43 29
Octal 257 42 237 0 121 11 37 463 103 51
Binary 10101111 100010 10011111 0 1010001 1001 11111 100110011 1000011 101001

Color Harmonies of #AF229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF229F

Black with #AF229F

Text Example


Text Example

White with #AF229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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