Html Css Color HEX #AF2E7B Medium Red Violet

📋 copy color: '#AF2E7B'

red 175 ◦ green 46 ◦ blue 123

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

Shades of Medium Red Violet #AF2E7B

Tints of Medium Red Violet #AF2E7B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.37%

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

R = 50.87%
G = 13.37%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF2E7B (or 0xAF2E7B) is known color: Medium Red Violet. HEX triplet: AF, 2E and 7B. RGB value is (175,46,123). Sum of RGB (Red+Green+Blue) = 175+46+123=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2E7B is #50D184. Grayscale: #5D5D5D. Windows color (decimal): -5296517 or 8072879. OLE color: 8072879.

HSL color Cylindrical-coordinate representation of color #AF2E7B: hue angle of 324.19º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2E7B is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 46 123 -
CMYK 0 0.74 0.30 0.31
HSL 324.19º 0.58% 0.43% -
HSV(B) 324.19º 0.74% 0.69% -
XYZ 22.23 12.5 19.98 -
YUV 93.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 175 46 123 0 0.74 0.30 0.31 324.19 0.58 0.43
Hex AF 2E 7B 0 4A 1E 1F 144 3A 2B
Octal 257 56 173 0 112 36 37 504 72 53
Binary 10101111 101110 1111011 0 1001010 11110 11111 101000100 111010 101011

Color Harmonies of #AF2E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E7B

Black with #AF2E7B

Text Example


Text Example

White with #AF2E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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