Html Css Color HEX #AF1295 Medium Violet Red

📋 copy color: '#AF1295'

red 175 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #AF1295

Tints of Medium Violet Red #AF1295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 51.17%
G = 5.26%
B = 43.57%

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

#AF1295 (or 0xAF1295) is known color: Medium Violet Red. HEX triplet: AF, 12 and 95. RGB value is (175,18,149). Sum of RGB (Red+Green+Blue) = 175+18+149=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1295 is #50ED6A. Grayscale: #4F4F4F. Windows color (decimal): -5303659 or 9769647. OLE color: 9769647.

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

Color convert

RGB 175 18 149 -
CMYK 0 0.90 0.15 0.31
HSL 309.94º 0.81% 0.38% -
HSV(B) 309.94º 0.9% 0.69% -
XYZ 23.32 11.72 29.47 -
YUV 79.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 175 18 149 0 0.90 0.15 0.31 309.94 0.81 0.38
Hex AF 12 95 0 5A F 1F 136 51 26
Octal 257 22 225 0 132 17 37 466 121 46
Binary 10101111 10010 10010101 0 1011010 1111 11111 100110110 1010001 100110

Color Harmonies of #AF1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1295

Black with #AF1295

Text Example


Text Example

White with #AF1295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1295; }

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

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

background-color css

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

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

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

border-color css

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

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

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