Html Css Color HEX #AF0694 Medium Violet Red

📋 copy color: '#AF0694'

red 175 ◦ green 6 ◦ blue 148

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

Shades of Medium Violet Red #AF0694

Tints of Medium Violet Red #AF0694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 53.19%
G = 1.82%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0694 (or 0xAF0694) is known color: Medium Violet Red. HEX triplet: AF, 06 and 94. RGB value is (175,6,148). Sum of RGB (Red+Green+Blue) = 175+6+148=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0694 is #50F96B. Grayscale: #484848. Windows color (decimal): -5306732 or 9701039. OLE color: 9701039.

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

Color convert

RGB 175 6 148 -
CMYK 0 0.97 0.15 0.31
HSL 309.59º 0.93% 0.35% -
HSV(B) 309.59º 0.97% 0.69% -
XYZ 23.09 11.38 29 -
YUV 72.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 175 6 148 0 0.97 0.15 0.31 309.59 0.93 0.35
Hex AF 6 94 0 61 F 1F 136 5D 23
Octal 257 6 224 0 141 17 37 466 135 43
Binary 10101111 110 10010100 0 1100001 1111 11111 100110110 1011101 100011

Color Harmonies of #AF0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0694

Black with #AF0694

Text Example


Text Example

White with #AF0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0694; }

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

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

background-color css

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

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

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

border-color css

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

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

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