Html Css Color HEX #AF3A93 Medium Red Violet

📋 copy color: '#AF3A93'

red 175 ◦ green 58 ◦ blue 147

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

Shades of Medium Red Violet #AF3A93

Tints of Medium Red Violet #AF3A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 46.05%
G = 15.26%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF3A93 (or 0xAF3A93) is known color: Medium Red Violet. HEX triplet: AF, 3A and 93. RGB value is (175,58,147). Sum of RGB (Red+Green+Blue) = 175+58+147=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3A93 is #50C56C. Grayscale: #666666. Windows color (decimal): -5293421 or 9648815. OLE color: 9648815.

HSL color Cylindrical-coordinate representation of color #AF3A93: hue angle of 314.36º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3A93 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 58 147 -
CMYK 0 0.67 0.16 0.31
HSL 314.36º 0.5% 0.46% -
HSV(B) 314.36º 0.67% 0.69% -
XYZ 24.46 14.25 29.06 -
YUV 103.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 175 58 147 0 0.67 0.16 0.31 314.36 0.5 0.46
Hex AF 3A 93 0 43 10 1F 13A 32 2E
Octal 257 72 223 0 103 20 37 472 62 56
Binary 10101111 111010 10010011 0 1000011 10000 11111 100111010 110010 101110

Color Harmonies of #AF3A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A93

Black with #AF3A93

Text Example


Text Example

White with #AF3A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A93; }

 p { color: rgb(175,58,147); }

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

background-color css

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

 a { background-color: rgb(175,58,147); }

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

border-color css

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

 span { border-color: rgb(175,58,147); }

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