Html Css Color HEX #AF237A Medium Red Violet

📋 copy color: '#AF237A'

red 175 ◦ green 35 ◦ blue 122

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

Shades of Medium Red Violet #AF237A

Tints of Medium Red Violet #AF237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 52.71%
G = 10.54%
B = 36.75%

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

#AF237A (or 0xAF237A) is known color: Medium Red Violet. HEX triplet: AF, 23 and 7A. RGB value is (175,35,122). Sum of RGB (Red+Green+Blue) = 175+35+122=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF237A is #50DC85. Grayscale: #565656. Windows color (decimal): -5299334 or 8004527. OLE color: 8004527.

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

Color convert

RGB 175 35 122 -
CMYK 0 0.8 0.30 0.31
HSL 322.71º 0.67% 0.41% -
HSV(B) 322.71º 0.8% 0.69% -
XYZ 21.79 11.72 19.53 -
YUV 86.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 175 35 122 0 0.8 0.30 0.31 322.71 0.67 0.41
Hex AF 23 7A 0 50 1E 1F 143 43 29
Octal 257 43 172 0 120 36 37 503 103 51
Binary 10101111 100011 1111010 0 1010000 11110 11111 101000011 1000011 101001

Color Harmonies of #AF237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF237A

Black with #AF237A

Text Example


Text Example

White with #AF237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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