Html Css Color HEX #AF0C8E Medium Violet Red

📋 copy color: '#AF0C8E'

red 175 ◦ green 12 ◦ blue 142

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

Shades of Medium Violet Red #AF0C8E

Tints of Medium Violet Red #AF0C8E

RGB

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

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

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

R = 53.19%
G = 3.65%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF0C8E (or 0xAF0C8E) is known color: Medium Violet Red. HEX triplet: AF, 0C and 8E. RGB value is (175,12,142). Sum of RGB (Red+Green+Blue) = 175+12+142=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0C8E is #50F371. Grayscale: #4B4B4B. Windows color (decimal): -5305202 or 9309359. OLE color: 9309359.

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

Color convert

RGB 175 12 142 -
CMYK 0 0.93 0.19 0.31
HSL 312.15º 0.87% 0.37% -
HSV(B) 312.15º 0.93% 0.69% -
XYZ 22.69 11.33 26.58 -
YUV 75.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 175 12 142 0 0.93 0.19 0.31 312.15 0.87 0.37
Hex AF C 8E 0 5D 13 1F 138 57 25
Octal 257 14 216 0 135 23 37 470 127 45
Binary 10101111 1100 10001110 0 1011101 10011 11111 100111000 1010111 100101

Color Harmonies of #AF0C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C8E

Black with #AF0C8E

Text Example


Text Example

White with #AF0C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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