Html Css Color HEX #AF229B Medium Red Violet

📋 copy color: '#AF229B'

red 175 ◦ green 34 ◦ blue 155

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

Shades of Medium Red Violet #AF229B

Tints of Medium Red Violet #AF229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 48.08%
G = 9.34%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF229B (or 0xAF229B) is known color: Medium Red Violet. HEX triplet: AF, 22 and 9B. RGB value is (175,34,155). Sum of RGB (Red+Green+Blue) = 175+34+155=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF229B is #50DD64. Grayscale: #595959. Windows color (decimal): -5299557 or 10166959. OLE color: 10166959.

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

Color convert

RGB 175 34 155 -
CMYK 0 0.81 0.11 0.31
HSL 308.51º 0.67% 0.41% -
HSV(B) 308.51º 0.81% 0.69% -
XYZ 24.17 12.62 32.17 -
YUV 89.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 175 34 155 0 0.81 0.11 0.31 308.51 0.67 0.41
Hex AF 22 9B 0 51 B 1F 135 43 29
Octal 257 42 233 0 121 13 37 465 103 51
Binary 10101111 100010 10011011 0 1010001 1011 11111 100110101 1000011 101001

Color Harmonies of #AF229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF229B

Black with #AF229B

Text Example


Text Example

White with #AF229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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