Html Css Color HEX #AF237B Medium Red Violet

📋 copy color: '#AF237B'

red 175 ◦ green 35 ◦ blue 123

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

Shades of Medium Red Violet #AF237B

Tints of Medium Red Violet #AF237B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

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

R = 52.55%
G = 10.51%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF237B (or 0xAF237B) is known color: Medium Red Violet. HEX triplet: AF, 23 and 7B. RGB value is (175,35,123). Sum of RGB (Red+Green+Blue) = 175+35+123=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF237B is #50DC84. Grayscale: #565656. Windows color (decimal): -5299333 or 8070063. OLE color: 8070063.

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

Color convert

RGB 175 35 123 -
CMYK 0 0.8 0.30 0.31
HSL 322.29º 0.67% 0.41% -
HSV(B) 322.29º 0.8% 0.69% -
XYZ 21.86 11.75 19.85 -
YUV 86.89 148.38 190.84 -
System Red Green Blue C M Y K H S L
Decimal 175 35 123 0 0.8 0.30 0.31 322.29 0.67 0.41
Hex AF 23 7B 0 50 1E 1F 142 43 29
Octal 257 43 173 0 120 36 37 502 103 51
Binary 10101111 100011 1111011 0 1010000 11110 11111 101000010 1000011 101001

Color Harmonies of #AF237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF237B

Black with #AF237B

Text Example


Text Example

White with #AF237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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