Html Css Color HEX #AF1C8A Medium Violet Red

📋 copy color: '#AF1C8A'

red 175 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #AF1C8A

Tints of Medium Violet Red #AF1C8A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 51.32%
G = 8.21%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF1C8A (or 0xAF1C8A) is known color: Medium Violet Red. HEX triplet: AF, 1C and 8A. RGB value is (175,28,138). Sum of RGB (Red+Green+Blue) = 175+28+138=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C8A is #50E375. Grayscale: #545454. Windows color (decimal): -5301110 or 9051311. OLE color: 9051311.

HSL color Cylindrical-coordinate representation of color #AF1C8A: hue angle of 315.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C8A is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 138 -
CMYK 0 0.84 0.21 0.31
HSL 315.1º 0.72% 0.4% -
HSV(B) 315.1º 0.84% 0.69% -
XYZ 22.68 11.78 25.12 -
YUV 84.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 175 28 138 0 0.84 0.21 0.31 315.1 0.72 0.4
Hex AF 1C 8A 0 54 15 1F 13B 48 28
Octal 257 34 212 0 124 25 37 473 110 50
Binary 10101111 11100 10001010 0 1010100 10101 11111 100111011 1001000 101000

Color Harmonies of #AF1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C8A

Black with #AF1C8A

Text Example


Text Example

White with #AF1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C8A; }

 p { color: rgb(175,28,138); }

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

background-color css

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

 a { background-color: rgb(175,28,138); }

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

border-color css

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

 span { border-color: rgb(175,28,138); }

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