Html Css Color HEX #AF3375 Medium Red Violet

📋 copy color: '#AF3375'

red 175 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #AF3375

Tints of Medium Red Violet #AF3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 51.02%
G = 14.87%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF3375 (or 0xAF3375) is known color: Medium Red Violet. HEX triplet: AF, 33 and 75. RGB value is (175,51,117). Sum of RGB (Red+Green+Blue) = 175+51+117=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3375 is #50CC8A. Grayscale: #5F5F5F. Windows color (decimal): -5295243 or 7680943. OLE color: 7680943.

HSL color Cylindrical-coordinate representation of color #AF3375: hue angle of 328.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3375 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 117 -
CMYK 0 0.71 0.33 0.31
HSL 328.06º 0.55% 0.44% -
HSV(B) 328.06º 0.71% 0.69% -
XYZ 22.07 12.77 18.13 -
YUV 95.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 175 51 117 0 0.71 0.33 0.31 328.06 0.55 0.44
Hex AF 33 75 0 47 21 1F 148 37 2C
Octal 257 63 165 0 107 41 37 510 67 54
Binary 10101111 110011 1110101 0 1000111 100001 11111 101001000 110111 101100

Color Harmonies of #AF3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3375

Black with #AF3375

Text Example


Text Example

White with #AF3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3375; }

 p { color: rgb(175,51,117); }

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

background-color css

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

 a { background-color: rgb(175,51,117); }

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

border-color css

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

 span { border-color: rgb(175,51,117); }

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