Html Css Color HEX #AF3690 Medium Red Violet

📋 copy color: '#AF3690'

red 175 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #AF3690

Tints of Medium Red Violet #AF3690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 46.92%
G = 14.48%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF3690 (or 0xAF3690) is known color: Medium Red Violet. HEX triplet: AF, 36 and 90. RGB value is (175,54,144). Sum of RGB (Red+Green+Blue) = 175+54+144=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3690 is #50C96F. Grayscale: #646464. Windows color (decimal): -5294448 or 9451183. OLE color: 9451183.

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

Color convert

RGB 175 54 144 -
CMYK 0 0.69 0.18 0.31
HSL 315.37º 0.53% 0.45% -
HSV(B) 315.37º 0.69% 0.69% -
XYZ 24.03 13.77 27.78 -
YUV 100.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 175 54 144 0 0.69 0.18 0.31 315.37 0.53 0.45
Hex AF 36 90 0 45 12 1F 13B 35 2D
Octal 257 66 220 0 105 22 37 473 65 55
Binary 10101111 110110 10010000 0 1000101 10010 11111 100111011 110101 101101

Color Harmonies of #AF3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3690

Black with #AF3690

Text Example


Text Example

White with #AF3690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3690; }

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

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

background-color css

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

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

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

border-color css

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

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

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