Html Css Color HEX #AF3694 Medium Red Violet

📋 copy color: '#AF3694'

red 175 ◦ green 54 ◦ blue 148

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

Shades of Medium Red Violet #AF3694

Tints of Medium Red Violet #AF3694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 46.42%
G = 14.32%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF3694 (or 0xAF3694) is known color: Medium Red Violet. HEX triplet: AF, 36 and 94. RGB value is (175,54,148). Sum of RGB (Red+Green+Blue) = 175+54+148=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3694 is #50C96B. Grayscale: #646464. Windows color (decimal): -5294444 or 9713327. OLE color: 9713327.

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

Color convert

RGB 175 54 148 -
CMYK 0 0.69 0.15 0.31
HSL 313.39º 0.53% 0.45% -
HSV(B) 313.39º 0.69% 0.69% -
XYZ 24.34 13.89 29.42 -
YUV 100.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 175 54 148 0 0.69 0.15 0.31 313.39 0.53 0.45
Hex AF 36 94 0 45 F 1F 139 35 2D
Octal 257 66 224 0 105 17 37 471 65 55
Binary 10101111 110110 10010100 0 1000101 1111 11111 100111001 110101 101101

Color Harmonies of #AF3694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3694

Black with #AF3694

Text Example


Text Example

White with #AF3694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3694; }

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

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

background-color css

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

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

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

border-color css

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

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

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