Html Css Color HEX #AF3275 Medium Red Violet

📋 copy color: '#AF3275'

red 175 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #AF3275

Tints of Medium Red Violet #AF3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

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

R = 51.17%
G = 14.62%
B = 34.21%

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

#AF3275 (or 0xAF3275) is known color: Medium Red Violet. HEX triplet: AF, 32 and 75. RGB value is (175,50,117). Sum of RGB (Red+Green+Blue) = 175+50+117=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3275 is #50CD8A. Grayscale: #5E5E5E. Windows color (decimal): -5295499 or 7680687. OLE color: 7680687.

HSL color Cylindrical-coordinate representation of color #AF3275: hue angle of 327.84º degrees, saturation: 0.56, 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 #AF3275 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 117 -
CMYK 0 0.71 0.33 0.31
HSL 327.84º 0.56% 0.44% -
HSV(B) 327.84º 0.71% 0.69% -
XYZ 22.03 12.68 18.12 -
YUV 95.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 175 50 117 0 0.71 0.33 0.31 327.84 0.56 0.44
Hex AF 32 75 0 47 21 1F 148 38 2C
Octal 257 62 165 0 107 41 37 510 70 54
Binary 10101111 110010 1110101 0 1000111 100001 11111 101001000 111000 101100

Color Harmonies of #AF3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3275

Black with #AF3275

Text Example


Text Example

White with #AF3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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