Html Css Color HEX #AF1278 Medium Violet Red

📋 copy color: '#AF1278'

red 175 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #AF1278

Tints of Medium Violet Red #AF1278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 55.91%
G = 5.75%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF1278 (or 0xAF1278) is known color: Medium Violet Red. HEX triplet: AF, 12 and 78. RGB value is (175,18,120). Sum of RGB (Red+Green+Blue) = 175+18+120=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1278 is #50ED87. Grayscale: #4C4C4C. Windows color (decimal): -5303688 or 7869103. OLE color: 7869103.

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

Color convert

RGB 175 18 120 -
CMYK 0 0.90 0.31 0.31
HSL 321.02º 0.81% 0.38% -
HSV(B) 321.02º 0.9% 0.69% -
XYZ 21.29 10.9 18.75 -
YUV 76.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 175 18 120 0 0.90 0.31 0.31 321.02 0.81 0.38
Hex AF 12 78 0 5A 1F 1F 141 51 26
Octal 257 22 170 0 132 37 37 501 121 46
Binary 10101111 10010 1111000 0 1011010 11111 11111 101000001 1010001 100110

Color Harmonies of #AF1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1278

Black with #AF1278

Text Example


Text Example

White with #AF1278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1278; }

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

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

background-color css

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

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

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

border-color css

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

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

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