Html Css Color HEX #AF3594 Medium Red Violet

📋 copy color: '#AF3594'

red 175 ◦ green 53 ◦ blue 148

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

Shades of Medium Red Violet #AF3594

Tints of Medium Red Violet #AF3594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

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

R = 46.54%
G = 14.1%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF3594 (or 0xAF3594) is known color: Medium Red Violet. HEX triplet: AF, 35 and 94. RGB value is (175,53,148). Sum of RGB (Red+Green+Blue) = 175+53+148=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3594 is #50CA6B. Grayscale: #646464. Windows color (decimal): -5294700 or 9713071. OLE color: 9713071.

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

Color convert

RGB 175 53 148 -
CMYK 0 0.70 0.15 0.31
HSL 313.28º 0.54% 0.45% -
HSV(B) 313.28º 0.7% 0.69% -
XYZ 24.3 13.8 29.4 -
YUV 100.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 175 53 148 0 0.70 0.15 0.31 313.28 0.54 0.45
Hex AF 35 94 0 46 F 1F 139 36 2D
Octal 257 65 224 0 106 17 37 471 66 55
Binary 10101111 110101 10010100 0 1000110 1111 11111 100111001 110110 101101

Color Harmonies of #AF3594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3594

Black with #AF3594

Text Example


Text Example

White with #AF3594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3594; }

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

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

background-color css

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

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

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

border-color css

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

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

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