Html Css Color HEX #AF1283 Medium Violet Red

📋 copy color: '#AF1283'

red 175 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #AF1283

Tints of Medium Violet Red #AF1283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 54.01%
G = 5.56%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF1283 (or 0xAF1283) is known color: Medium Violet Red. HEX triplet: AF, 12 and 83. RGB value is (175,18,131). Sum of RGB (Red+Green+Blue) = 175+18+131=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1283 is #50ED7C. Grayscale: #4D4D4D. Windows color (decimal): -5303677 or 8589999. OLE color: 8589999.

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

Color convert

RGB 175 18 131 -
CMYK 0 0.90 0.25 0.31
HSL 316.82º 0.81% 0.38% -
HSV(B) 316.82º 0.9% 0.69% -
XYZ 21.99 11.19 22.47 -
YUV 77.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 175 18 131 0 0.90 0.25 0.31 316.82 0.81 0.38
Hex AF 12 83 0 5A 19 1F 13D 51 26
Octal 257 22 203 0 132 31 37 475 121 46
Binary 10101111 10010 10000011 0 1011010 11001 11111 100111101 1010001 100110

Color Harmonies of #AF1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1283

Black with #AF1283

Text Example


Text Example

White with #AF1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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