Html Css Color HEX #AF0A8C Medium Violet Red

📋 copy color: '#AF0A8C'

red 175 ◦ green 10 ◦ blue 140

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

Shades of Medium Violet Red #AF0A8C

Tints of Medium Violet Red #AF0A8C

RGB

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

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

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

R = 53.85%
G = 3.08%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF0A8C (or 0xAF0A8C) is known color: Medium Violet Red. HEX triplet: AF, 0A and 8C. RGB value is (175,10,140). Sum of RGB (Red+Green+Blue) = 175+10+140=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A8C is #50F573. Grayscale: #494949. Windows color (decimal): -5305716 or 9177775. OLE color: 9177775.

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

Color convert

RGB 175 10 140 -
CMYK 0 0.94 0.2 0.31
HSL 312.73º 0.89% 0.36% -
HSV(B) 312.73º 0.94% 0.69% -
XYZ 22.52 11.22 25.79 -
YUV 74.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 175 10 140 0 0.94 0.2 0.31 312.73 0.89 0.36
Hex AF A 8C 0 5E 14 1F 139 59 24
Octal 257 12 214 0 136 24 37 471 131 44
Binary 10101111 1010 10001100 0 1011110 10100 11111 100111001 1011001 100100

Color Harmonies of #AF0A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A8C

Black with #AF0A8C

Text Example


Text Example

White with #AF0A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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