Html Css Color HEX #AF3A9F Medium Red Violet

📋 copy color: '#AF3A9F'

red 175 ◦ green 58 ◦ blue 159

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

Shades of Medium Red Violet #AF3A9F

Tints of Medium Red Violet #AF3A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 44.64%
G = 14.8%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF3A9F (or 0xAF3A9F) is known color: Medium Red Violet. HEX triplet: AF, 3A and 9F. RGB value is (175,58,159). Sum of RGB (Red+Green+Blue) = 175+58+159=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3A9F is #50C560. Grayscale: #686868. Windows color (decimal): -5293409 or 10435247. OLE color: 10435247.

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

Color convert

RGB 175 58 159 -
CMYK 0 0.67 0.09 0.31
HSL 308.21º 0.5% 0.46% -
HSV(B) 308.21º 0.67% 0.69% -
XYZ 25.45 14.64 34.29 -
YUV 104.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 175 58 159 0 0.67 0.09 0.31 308.21 0.5 0.46
Hex AF 3A 9F 0 43 9 1F 134 32 2E
Octal 257 72 237 0 103 11 37 464 62 56
Binary 10101111 111010 10011111 0 1000011 1001 11111 100110100 110010 101110

Color Harmonies of #AF3A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A9F

Black with #AF3A9F

Text Example


Text Example

White with #AF3A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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