Html Css Color HEX #AF1E7B Medium Red Violet

📋 copy color: '#AF1E7B'

red 175 ◦ green 30 ◦ blue 123

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

Shades of Medium Red Violet #AF1E7B

Tints of Medium Red Violet #AF1E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 53.35%
G = 9.15%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF1E7B (or 0xAF1E7B) is known color: Medium Red Violet. HEX triplet: AF, 1E and 7B. RGB value is (175,30,123). Sum of RGB (Red+Green+Blue) = 175+30+123=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1E7B is #50E184. Grayscale: #535353. Windows color (decimal): -5300613 or 8068783. OLE color: 8068783.

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

Color convert

RGB 175 30 123 -
CMYK 0 0.83 0.30 0.31
HSL 321.52º 0.71% 0.4% -
HSV(B) 321.52º 0.83% 0.69% -
XYZ 21.72 11.47 19.81 -
YUV 83.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 175 30 123 0 0.83 0.30 0.31 321.52 0.71 0.4
Hex AF 1E 7B 0 53 1E 1F 142 47 28
Octal 257 36 173 0 123 36 37 502 107 50
Binary 10101111 11110 1111011 0 1010011 11110 11111 101000010 1000111 101000

Color Harmonies of #AF1E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1E7B

Black with #AF1E7B

Text Example


Text Example

White with #AF1E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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