Html Css Color HEX #AF048E Medium Violet Red

📋 copy color: '#AF048E'

red 175 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #AF048E

Tints of Medium Violet Red #AF048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 54.52%
G = 1.25%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF048E (or 0xAF048E) is known color: Medium Violet Red. HEX triplet: AF, 04 and 8E. RGB value is (175,4,142). Sum of RGB (Red+Green+Blue) = 175+4+142=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF048E is #50FB71. Grayscale: #464646. Windows color (decimal): -5307250 or 9307311. OLE color: 9307311.

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

Color convert

RGB 175 4 142 -
CMYK 0 0.98 0.19 0.31
HSL 311.58º 0.96% 0.35% -
HSV(B) 311.58º 0.98% 0.69% -
XYZ 22.61 11.15 26.55 -
YUV 70.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 175 4 142 0 0.98 0.19 0.31 311.58 0.96 0.35
Hex AF 4 8E 0 62 13 1F 138 60 23
Octal 257 4 216 0 142 23 37 470 140 43
Binary 10101111 100 10001110 0 1100010 10011 11111 100111000 1100000 100011

Color Harmonies of #AF048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF048E

Black with #AF048E

Text Example


Text Example

White with #AF048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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