Html Css Color HEX #AF0691 Medium Violet Red

📋 copy color: '#AF0691'

red 175 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #AF0691

Tints of Medium Violet Red #AF0691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

 BLUE value IS 145 (57.03% from 255) = 44.48%

R = 53.68%
G = 1.84%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0691 (or 0xAF0691) is known color: Medium Violet Red. HEX triplet: AF, 06 and 91. RGB value is (175,6,145). Sum of RGB (Red+Green+Blue) = 175+6+145=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0691 is #50F96E. Grayscale: #474747. Windows color (decimal): -5306735 or 9504431. OLE color: 9504431.

HSL color Cylindrical-coordinate representation of color #AF0691: hue angle of 310.65º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0691 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 145 -
CMYK 0 0.97 0.17 0.31
HSL 310.65º 0.93% 0.35% -
HSV(B) 310.65º 0.97% 0.69% -
XYZ 22.86 11.29 27.76 -
YUV 72.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 175 6 145 0 0.97 0.17 0.31 310.65 0.93 0.35
Hex AF 6 91 0 61 11 1F 137 5D 23
Octal 257 6 221 0 141 21 37 467 135 43
Binary 10101111 110 10010001 0 1100001 10001 11111 100110111 1011101 100011

Color Harmonies of #AF0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0691

Black with #AF0691

Text Example


Text Example

White with #AF0691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0691; }

 p { color: rgb(175,6,145); }

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

background-color css

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

 a { background-color: rgb(175,6,145); }

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

border-color css

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

 span { border-color: rgb(175,6,145); }

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