Html Css Color HEX #AF0D9A Medium Violet Red

📋 copy color: '#AF0D9A'

red 175 ◦ green 13 ◦ blue 154

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

Shades of Medium Violet Red #AF0D9A

Tints of Medium Violet Red #AF0D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 51.17%
G = 3.8%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF0D9A (or 0xAF0D9A) is known color: Medium Violet Red. HEX triplet: AF, 0D and 9A. RGB value is (175,13,154). Sum of RGB (Red+Green+Blue) = 175+13+154=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0D9A is #50F265. Grayscale: #4D4D4D. Windows color (decimal): -5304934 or 10096047. OLE color: 10096047.

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

Color convert

RGB 175 13 154 -
CMYK 0 0.93 0.12 0.31
HSL 307.78º 0.86% 0.37% -
HSV(B) 307.78º 0.93% 0.69% -
XYZ 23.66 11.73 31.59 -
YUV 77.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 175 13 154 0 0.93 0.12 0.31 307.78 0.86 0.37
Hex AF D 9A 0 5D C 1F 134 56 25
Octal 257 15 232 0 135 14 37 464 126 45
Binary 10101111 1101 10011010 0 1011101 1100 11111 100110100 1010110 100101

Color Harmonies of #AF0D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0D9A

Black with #AF0D9A

Text Example


Text Example

White with #AF0D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0D9A; }

 p { color: rgb(175,13,154); }

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

background-color css

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

 a { background-color: rgb(175,13,154); }

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

border-color css

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

 span { border-color: rgb(175,13,154); }

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