Html Css Color HEX #AF217B Medium Red Violet

📋 copy color: '#AF217B'

red 175 ◦ green 33 ◦ blue 123

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

Shades of Medium Red Violet #AF217B

Tints of Medium Red Violet #AF217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 52.87%
G = 9.97%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF217B (or 0xAF217B) is known color: Medium Red Violet. HEX triplet: AF, 21 and 7B. RGB value is (175,33,123). Sum of RGB (Red+Green+Blue) = 175+33+123=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF217B is #50DE84. Grayscale: #555555. Windows color (decimal): -5299845 or 8069551. OLE color: 8069551.

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

Color convert

RGB 175 33 123 -
CMYK 0 0.81 0.30 0.31
HSL 321.97º 0.68% 0.41% -
HSV(B) 321.97º 0.81% 0.69% -
XYZ 21.8 11.63 19.84 -
YUV 85.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 175 33 123 0 0.81 0.30 0.31 321.97 0.68 0.41
Hex AF 21 7B 0 51 1E 1F 142 44 29
Octal 257 41 173 0 121 36 37 502 104 51
Binary 10101111 100001 1111011 0 1010001 11110 11111 101000010 1000100 101001

Color Harmonies of #AF217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF217B

Black with #AF217B

Text Example


Text Example

White with #AF217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF217B; }

 p { color: rgb(175,33,123); }

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

background-color css

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

 a { background-color: rgb(175,33,123); }

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

border-color css

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

 span { border-color: rgb(175,33,123); }

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