Html Css Color HEX #AF1E9B Medium Violet Red

📋 copy color: '#AF1E9B'

red 175 ◦ green 30 ◦ blue 155

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

Shades of Medium Violet Red #AF1E9B

Tints of Medium Violet Red #AF1E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 48.61%
G = 8.33%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF1E9B (or 0xAF1E9B) is known color: Medium Violet Red. HEX triplet: AF, 1E and 9B. RGB value is (175,30,155). Sum of RGB (Red+Green+Blue) = 175+30+155=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1E9B is #50E164. Grayscale: #575757. Windows color (decimal): -5300581 or 10165935. OLE color: 10165935.

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

Color convert

RGB 175 30 155 -
CMYK 0 0.83 0.11 0.31
HSL 308.28º 0.71% 0.4% -
HSV(B) 308.28º 0.83% 0.69% -
XYZ 24.06 12.41 32.14 -
YUV 87.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 175 30 155 0 0.83 0.11 0.31 308.28 0.71 0.4
Hex AF 1E 9B 0 53 B 1F 134 47 28
Octal 257 36 233 0 123 13 37 464 107 50
Binary 10101111 11110 10011011 0 1010011 1011 11111 100110100 1000111 101000

Color Harmonies of #AF1E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E9B

Black with #AF1E9B

Text Example


Text Example

White with #AF1E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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