Html Css Color HEX #AF0A8F Medium Violet Red

📋 copy color: '#AF0A8F'

red 175 ◦ green 10 ◦ blue 143

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

Shades of Medium Violet Red #AF0A8F

Tints of Medium Violet Red #AF0A8F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.05%

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

R = 53.35%
G = 3.05%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0A8F (or 0xAF0A8F) is known color: Medium Violet Red. HEX triplet: AF, 0A and 8F. RGB value is (175,10,143). Sum of RGB (Red+Green+Blue) = 175+10+143=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A8F is #50F570. Grayscale: #4A4A4A. Windows color (decimal): -5305713 or 9374383. OLE color: 9374383.

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

Color convert

RGB 175 10 143 -
CMYK 0 0.94 0.18 0.31
HSL 311.64º 0.89% 0.36% -
HSV(B) 311.64º 0.94% 0.69% -
XYZ 22.75 11.31 26.97 -
YUV 74.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 175 10 143 0 0.94 0.18 0.31 311.64 0.89 0.36
Hex AF A 8F 0 5E 12 1F 138 59 24
Octal 257 12 217 0 136 22 37 470 131 44
Binary 10101111 1010 10001111 0 1011110 10010 11111 100111000 1011001 100100

Color Harmonies of #AF0A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A8F

Black with #AF0A8F

Text Example


Text Example

White with #AF0A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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