Html Css Color HEX #AF048F Medium Violet Red

📋 copy color: '#AF048F'

red 175 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #AF048F

Tints of Medium Violet Red #AF048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 54.35%
G = 1.24%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF048F (or 0xAF048F) is known color: Medium Violet Red. HEX triplet: AF, 04 and 8F. RGB value is (175,4,143). Sum of RGB (Red+Green+Blue) = 175+4+143=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF048F is #50FB70. Grayscale: #464646. Windows color (decimal): -5307249 or 9372847. OLE color: 9372847.

HSL color Cylindrical-coordinate representation of color #AF048F: hue angle of 311.23º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF048F is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 143 -
CMYK 0 0.98 0.18 0.31
HSL 311.23º 0.96% 0.35% -
HSV(B) 311.23º 0.98% 0.69% -
XYZ 22.68 11.18 26.95 -
YUV 70.98 168.65 202.2 -
System Red Green Blue C M Y K H S L
Decimal 175 4 143 0 0.98 0.18 0.31 311.23 0.96 0.35
Hex AF 4 8F 0 62 12 1F 137 60 23
Octal 257 4 217 0 142 22 37 467 140 43
Binary 10101111 100 10001111 0 1100010 10010 11111 100110111 1100000 100011

Color Harmonies of #AF048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF048F

Black with #AF048F

Text Example


Text Example

White with #AF048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF048F; }

 p { color: rgb(175,4,143); }

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

background-color css

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

 a { background-color: rgb(175,4,143); }

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

border-color css

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

 span { border-color: rgb(175,4,143); }

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