Html Css Color HEX #AF0696 Medium Violet Red

📋 copy color: '#AF0696'

red 175 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #AF0696

Tints of Medium Violet Red #AF0696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 52.87%
G = 1.81%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF0696 (or 0xAF0696) is known color: Medium Violet Red. HEX triplet: AF, 06 and 96. RGB value is (175,6,150). Sum of RGB (Red+Green+Blue) = 175+6+150=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0696 is #50F969. Grayscale: #484848. Windows color (decimal): -5306730 or 9832111. OLE color: 9832111.

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

Color convert

RGB 175 6 150 -
CMYK 0 0.97 0.14 0.31
HSL 308.88º 0.93% 0.35% -
HSV(B) 308.88º 0.97% 0.69% -
XYZ 23.25 11.45 29.84 -
YUV 72.95 171.49 200.79 -
System Red Green Blue C M Y K H S L
Decimal 175 6 150 0 0.97 0.14 0.31 308.88 0.93 0.35
Hex AF 6 96 0 61 E 1F 135 5D 23
Octal 257 6 226 0 141 16 37 465 135 43
Binary 10101111 110 10010110 0 1100001 1110 11111 100110101 1011101 100011

Color Harmonies of #AF0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0696

Black with #AF0696

Text Example


Text Example

White with #AF0696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0696; }

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

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

background-color css

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

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

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

border-color css

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

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

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