Html Css Color HEX #AF2D81 Medium Red Violet

📋 copy color: '#AF2D81'

red 175 ◦ green 45 ◦ blue 129

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

Shades of Medium Red Violet #AF2D81

Tints of Medium Red Violet #AF2D81

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 129 (50.78% from 255) = 36.96%

R = 50.14%
G = 12.89%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF2D81 (or 0xAF2D81) is known color: Medium Red Violet. HEX triplet: AF, 2D and 81. RGB value is (175,45,129). Sum of RGB (Red+Green+Blue) = 175+45+129=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2D81 is #50D27E. Grayscale: #5D5D5D. Windows color (decimal): -5296767 or 8465839. OLE color: 8465839.

HSL color Cylindrical-coordinate representation of color #AF2D81: hue angle of 321.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2D81 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 45 129 -
CMYK 0 0.74 0.26 0.31
HSL 321.23º 0.59% 0.43% -
HSV(B) 321.23º 0.74% 0.69% -
XYZ 22.58 12.58 22.01 -
YUV 93.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 175 45 129 0 0.74 0.26 0.31 321.23 0.59 0.43
Hex AF 2D 81 0 4A 1A 1F 141 3B 2B
Octal 257 55 201 0 112 32 37 501 73 53
Binary 10101111 101101 10000001 0 1001010 11010 11111 101000001 111011 101011

Color Harmonies of #AF2D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D81

Black with #AF2D81

Text Example


Text Example

White with #AF2D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D81; }

 p { color: rgb(175,45,129); }

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

background-color css

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

 a { background-color: rgb(175,45,129); }

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

border-color css

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

 span { border-color: rgb(175,45,129); }

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