Html Css Color HEX #AF0C8C Medium Violet Red

📋 copy color: '#AF0C8C'

red 175 ◦ green 12 ◦ blue 140

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

Shades of Medium Violet Red #AF0C8C

Tints of Medium Violet Red #AF0C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 53.52%
G = 3.67%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF0C8C (or 0xAF0C8C) is known color: Medium Violet Red. HEX triplet: AF, 0C and 8C. RGB value is (175,12,140). Sum of RGB (Red+Green+Blue) = 175+12+140=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C8C is #50F373. Grayscale: #4A4A4A. Windows color (decimal): -5305204 or 9178287. OLE color: 9178287.

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

Color convert

RGB 175 12 140 -
CMYK 0 0.93 0.2 0.31
HSL 312.88º 0.87% 0.37% -
HSV(B) 312.88º 0.93% 0.69% -
XYZ 22.54 11.27 25.8 -
YUV 75.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 175 12 140 0 0.93 0.2 0.31 312.88 0.87 0.37
Hex AF C 8C 0 5D 14 1F 139 57 25
Octal 257 14 214 0 135 24 37 471 127 45
Binary 10101111 1100 10001100 0 1011101 10100 11111 100111001 1010111 100101

Color Harmonies of #AF0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C8C

Black with #AF0C8C

Text Example


Text Example

White with #AF0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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