Html Css Color HEX #AF1495 Medium Violet Red

📋 copy color: '#AF1495'

red 175 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #AF1495

Tints of Medium Violet Red #AF1495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

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

R = 50.87%
G = 5.81%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF1495 (or 0xAF1495) is known color: Medium Violet Red. HEX triplet: AF, 14 and 95. RGB value is (175,20,149). Sum of RGB (Red+Green+Blue) = 175+20+149=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1495 is #50EB6A. Grayscale: #505050. Windows color (decimal): -5303147 or 9770159. OLE color: 9770159.

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

Color convert

RGB 175 20 149 -
CMYK 0 0.89 0.15 0.31
HSL 310.06º 0.79% 0.38% -
HSV(B) 310.06º 0.89% 0.69% -
XYZ 23.35 11.78 29.48 -
YUV 81.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 175 20 149 0 0.89 0.15 0.31 310.06 0.79 0.38
Hex AF 14 95 0 59 F 1F 136 4F 26
Octal 257 24 225 0 131 17 37 466 117 46
Binary 10101111 10100 10010101 0 1011001 1111 11111 100110110 1001111 100110

Color Harmonies of #AF1495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1495

Black with #AF1495

Text Example


Text Example

White with #AF1495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1495; }

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

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

background-color css

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

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

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

border-color css

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

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

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