Html Css Color HEX #AF3A7F Medium Red Violet

📋 copy color: '#AF3A7F'

red 175 ◦ green 58 ◦ blue 127

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

Shades of Medium Red Violet #AF3A7F

Tints of Medium Red Violet #AF3A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 48.61%
G = 16.11%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF3A7F (or 0xAF3A7F) is known color: Medium Red Violet. HEX triplet: AF, 3A and 7F. RGB value is (175,58,127). Sum of RGB (Red+Green+Blue) = 175+58+127=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A7F is #50C580. Grayscale: #646464. Windows color (decimal): -5293441 or 8338095. OLE color: 8338095.

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

Color convert

RGB 175 58 127 -
CMYK 0 0.67 0.27 0.31
HSL 324.62º 0.5% 0.46% -
HSV(B) 324.62º 0.67% 0.69% -
XYZ 23.02 13.67 21.5 -
YUV 100.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 175 58 127 0 0.67 0.27 0.31 324.62 0.5 0.46
Hex AF 3A 7F 0 43 1B 1F 145 32 2E
Octal 257 72 177 0 103 33 37 505 62 56
Binary 10101111 111010 1111111 0 1000011 11011 11111 101000101 110010 101110

Color Harmonies of #AF3A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A7F

Black with #AF3A7F

Text Example


Text Example

White with #AF3A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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