Html Css Color HEX #AF367A Medium Red Violet

📋 copy color: '#AF367A'

red 175 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #AF367A

Tints of Medium Red Violet #AF367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

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

R = 49.86%
G = 15.38%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF367A (or 0xAF367A) is known color: Medium Red Violet. HEX triplet: AF, 36 and 7A. RGB value is (175,54,122). Sum of RGB (Red+Green+Blue) = 175+54+122=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF367A is #50C985. Grayscale: #616161. Windows color (decimal): -5294470 or 8009391. OLE color: 8009391.

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

Color convert

RGB 175 54 122 -
CMYK 0 0.69 0.30 0.31
HSL 326.28º 0.53% 0.45% -
HSV(B) 326.28º 0.69% 0.69% -
XYZ 22.51 13.16 19.77 -
YUV 97.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 175 54 122 0 0.69 0.30 0.31 326.28 0.53 0.45
Hex AF 36 7A 0 45 1E 1F 146 35 2D
Octal 257 66 172 0 105 36 37 506 65 55
Binary 10101111 110110 1111010 0 1000101 11110 11111 101000110 110101 101101

Color Harmonies of #AF367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF367A

Black with #AF367A

Text Example


Text Example

White with #AF367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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