Html Css Color HEX #AF3F9B Medium Red Violet

📋 copy color: '#AF3F9B'

red 175 ◦ green 63 ◦ blue 155

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

Shades of Medium Red Violet #AF3F9B

Tints of Medium Red Violet #AF3F9B

RGB

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

 GREEN value IS 63 (25% from 255) = 16.03%

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 44.53%
G = 16.03%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF3F9B (or 0xAF3F9B) is known color: Medium Red Violet. HEX triplet: AF, 3F and 9B. RGB value is (175,63,155). Sum of RGB (Red+Green+Blue) = 175+63+155=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F9B is #50C064. Grayscale: #6A6A6A. Windows color (decimal): -5292133 or 10174383. OLE color: 10174383.

HSL color Cylindrical-coordinate representation of color #AF3F9B: hue angle of 310.71º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F9B is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 155 -
CMYK 0 0.64 0.11 0.31
HSL 310.71º 0.47% 0.47% -
HSV(B) 310.71º 0.64% 0.69% -
XYZ 25.37 15.04 32.58 -
YUV 106.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 175 63 155 0 0.64 0.11 0.31 310.71 0.47 0.47
Hex AF 3F 9B 0 40 B 1F 137 2F 2F
Octal 257 77 233 0 100 13 37 467 57 57
Binary 10101111 111111 10011011 0 1000000 1011 11111 100110111 101111 101111

Color Harmonies of #AF3F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F9B

Black with #AF3F9B

Text Example


Text Example

White with #AF3F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F9B; }

 p { color: rgb(175,63,155); }

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

background-color css

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

 a { background-color: rgb(175,63,155); }

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

border-color css

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

 span { border-color: rgb(175,63,155); }

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