Html Css Color HEX #AF3A94 Medium Red Violet

📋 copy color: '#AF3A94'

red 175 ◦ green 58 ◦ blue 148

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

Shades of Medium Red Violet #AF3A94

Tints of Medium Red Violet #AF3A94

RGB

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

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

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

R = 45.93%
G = 15.22%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF3A94 (or 0xAF3A94) is known color: Medium Red Violet. HEX triplet: AF, 3A and 94. RGB value is (175,58,148). Sum of RGB (Red+Green+Blue) = 175+58+148=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3A94 is #50C56B. Grayscale: #676767. Windows color (decimal): -5293420 or 9714351. OLE color: 9714351.

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

Color convert

RGB 175 58 148 -
CMYK 0 0.67 0.15 0.31
HSL 313.85º 0.5% 0.46% -
HSV(B) 313.85º 0.67% 0.69% -
XYZ 24.54 14.28 29.48 -
YUV 103.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 175 58 148 0 0.67 0.15 0.31 313.85 0.5 0.46
Hex AF 3A 94 0 43 F 1F 13A 32 2E
Octal 257 72 224 0 103 17 37 472 62 56
Binary 10101111 111010 10010100 0 1000011 1111 11111 100111010 110010 101110

Color Harmonies of #AF3A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A94

Black with #AF3A94

Text Example


Text Example

White with #AF3A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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