Html Css Color HEX #AF0194 Medium Violet Red

📋 copy color: '#AF0194'

red 175 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #AF0194

Tints of Medium Violet Red #AF0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 54.01%
G = 0.31%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0194 (or 0xAF0194) is known color: Medium Violet Red. HEX triplet: AF, 01 and 94. RGB value is (175,1,148). Sum of RGB (Red+Green+Blue) = 175+1+148=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0194 is #50FE6B. Grayscale: #454545. Windows color (decimal): -5308012 or 9699759. OLE color: 9699759.

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

Color convert

RGB 175 1 148 -
CMYK 0 0.99 0.15 0.31
HSL 309.31º 0.99% 0.35% -
HSV(B) 309.31º 0.99% 0.69% -
XYZ 23.04 11.27 28.98 -
YUV 69.78 172.15 203.05 -
System Red Green Blue C M Y K H S L
Decimal 175 1 148 0 0.99 0.15 0.31 309.31 0.99 0.35
Hex AF 1 94 0 63 F 1F 135 63 23
Octal 257 1 224 0 143 17 37 465 143 43
Binary 10101111 1 10010100 0 1100011 1111 11111 100110101 1100011 100011

Color Harmonies of #AF0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0194

Black with #AF0194

Text Example


Text Example

White with #AF0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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