Html Css Color HEX #AF33A1 Medium Red Violet

📋 copy color: '#AF33A1'

red 175 ◦ green 51 ◦ blue 161

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

Shades of Medium Red Violet #AF33A1

Tints of Medium Red Violet #AF33A1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 45.22%
G = 13.18%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF33A1 (or 0xAF33A1) is known color: Medium Red Violet. HEX triplet: AF, 33 and A1. RGB value is (175,51,161). Sum of RGB (Red+Green+Blue) = 175+51+161=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF33A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF33A1 is #50CC5E. Grayscale: #646464. Windows color (decimal): -5295199 or 10564527. OLE color: 10564527.

HSL color Cylindrical-coordinate representation of color #AF33A1: hue angle of 306.77º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF33A1 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 161 -
CMYK 0 0.71 0.08 0.31
HSL 306.77º 0.55% 0.44% -
HSV(B) 306.77º 0.71% 0.69% -
XYZ 25.3 14.05 35.1 -
YUV 100.62 162.08 181.06 -
System Red Green Blue C M Y K H S L
Decimal 175 51 161 0 0.71 0.08 0.31 306.77 0.55 0.44
Hex AF 33 A1 0 47 8 1F 133 37 2C
Octal 257 63 241 0 107 10 37 463 67 54
Binary 10101111 110011 10100001 0 1000111 1000 11111 100110011 110111 101100

Color Harmonies of #AF33A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33A1

Black with #AF33A1

Text Example


Text Example

White with #AF33A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33A1; }

 p { color: rgb(175,51,161); }

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

background-color css

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

 a { background-color: rgb(175,51,161); }

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

border-color css

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

 span { border-color: rgb(175,51,161); }

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