Html Css Color HEX #AF0A8B Medium Violet Red

📋 copy color: '#AF0A8B'

red 175 ◦ green 10 ◦ blue 139

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

Shades of Medium Violet Red #AF0A8B

Tints of Medium Violet Red #AF0A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 54.01%
G = 3.09%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF0A8B (or 0xAF0A8B) is known color: Medium Violet Red. HEX triplet: AF, 0A and 8B. RGB value is (175,10,139). Sum of RGB (Red+Green+Blue) = 175+10+139=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A8B is #50F574. Grayscale: #494949. Windows color (decimal): -5305717 or 9112239. OLE color: 9112239.

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

Color convert

RGB 175 10 139 -
CMYK 0 0.94 0.21 0.31
HSL 313.09º 0.89% 0.36% -
HSV(B) 313.09º 0.94% 0.69% -
XYZ 22.45 11.2 25.4 -
YUV 74.04 164.66 200.01 -
System Red Green Blue C M Y K H S L
Decimal 175 10 139 0 0.94 0.21 0.31 313.09 0.89 0.36
Hex AF A 8B 0 5E 15 1F 139 59 24
Octal 257 12 213 0 136 25 37 471 131 44
Binary 10101111 1010 10001011 0 1011110 10101 11111 100111001 1011001 100100

Color Harmonies of #AF0A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A8B

Black with #AF0A8B

Text Example


Text Example

White with #AF0A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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