Html Css Color HEX #AF1294 Medium Violet Red

📋 copy color: '#AF1294'

red 175 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #AF1294

Tints of Medium Violet Red #AF1294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

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

R = 51.32%
G = 5.28%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF1294 (or 0xAF1294) is known color: Medium Violet Red. HEX triplet: AF, 12 and 94. RGB value is (175,18,148). Sum of RGB (Red+Green+Blue) = 175+18+148=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1294 is #50ED6B. Grayscale: #4F4F4F. Windows color (decimal): -5303660 or 9704111. OLE color: 9704111.

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

Color convert

RGB 175 18 148 -
CMYK 0 0.90 0.15 0.31
HSL 310.32º 0.81% 0.38% -
HSV(B) 310.32º 0.9% 0.69% -
XYZ 23.24 11.68 29.05 -
YUV 79.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 175 18 148 0 0.90 0.15 0.31 310.32 0.81 0.38
Hex AF 12 94 0 5A F 1F 136 51 26
Octal 257 22 224 0 132 17 37 466 121 46
Binary 10101111 10010 10010100 0 1011010 1111 11111 100110110 1010001 100110

Color Harmonies of #AF1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1294

Black with #AF1294

Text Example


Text Example

White with #AF1294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1294; }

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

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

background-color css

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

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

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

border-color css

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

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

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