Html Css Color HEX #AF0C7A Medium Violet Red

📋 copy color: '#AF0C7A'

red 175 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #AF0C7A

Tints of Medium Violet Red #AF0C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 56.63%
G = 3.88%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF0C7A (or 0xAF0C7A) is known color: Medium Violet Red. HEX triplet: AF, 0C and 7A. RGB value is (175,12,122). Sum of RGB (Red+Green+Blue) = 175+12+122=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C7A is #50F385. Grayscale: #494949. Windows color (decimal): -5305222 or 7998639. OLE color: 7998639.

HSL color Cylindrical-coordinate representation of color #AF0C7A: hue angle of 319.51º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0C7A is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 12 122 -
CMYK 0 0.93 0.30 0.31
HSL 319.51º 0.87% 0.37% -
HSV(B) 319.51º 0.93% 0.69% -
XYZ 21.32 10.78 19.37 -
YUV 73.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 175 12 122 0 0.93 0.30 0.31 319.51 0.87 0.37
Hex AF C 7A 0 5D 1E 1F 140 57 25
Octal 257 14 172 0 135 36 37 500 127 45
Binary 10101111 1100 1111010 0 1011101 11110 11111 101000000 1010111 100101

Color Harmonies of #AF0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C7A

Black with #AF0C7A

Text Example


Text Example

White with #AF0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C7A; }

 p { color: rgb(175,12,122); }

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

background-color css

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

 a { background-color: rgb(175,12,122); }

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

border-color css

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

 span { border-color: rgb(175,12,122); }

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