Html Css Color HEX #AF1EA8 Medium Violet Red

📋 copy color: '#AF1EA8'

red 175 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #AF1EA8

Tints of Medium Violet Red #AF1EA8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 46.92%
G = 8.04%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF1EA8 (or 0xAF1EA8) is known color: Medium Violet Red. HEX triplet: AF, 1E and A8. RGB value is (175,30,168). Sum of RGB (Red+Green+Blue) = 175+30+168=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EA8 is #50E157. Grayscale: #585858. Windows color (decimal): -5300568 or 11017903. OLE color: 11017903.

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

Color convert

RGB 175 30 168 -
CMYK 0 0.83 0.04 0.31
HSL 302.9º 0.71% 0.4% -
HSV(B) 302.9º 0.83% 0.69% -
XYZ 25.21 12.87 38.2 -
YUV 89.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 175 30 168 0 0.83 0.04 0.31 302.9 0.71 0.4
Hex AF 1E A8 0 53 4 1F 12F 47 28
Octal 257 36 250 0 123 4 37 457 107 50
Binary 10101111 11110 10101000 0 1010011 100 11111 100101111 1000111 101000

Color Harmonies of #AF1EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1EA8

Black with #AF1EA8

Text Example


Text Example

White with #AF1EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1EA8; }

 p { color: rgb(175,30,168); }

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

background-color css

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

 a { background-color: rgb(175,30,168); }

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

border-color css

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

 span { border-color: rgb(175,30,168); }

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