Html Css Color HEX #AF3274 Medium Red Violet

📋 copy color: '#AF3274'

red 175 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #AF3274

Tints of Medium Red Violet #AF3274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 51.32%
G = 14.66%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF3274 (or 0xAF3274) is known color: Medium Red Violet. HEX triplet: AF, 32 and 74. RGB value is (175,50,116). Sum of RGB (Red+Green+Blue) = 175+50+116=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3274 is #50CD8B. Grayscale: #5E5E5E. Windows color (decimal): -5295500 or 7615151. OLE color: 7615151.

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

Color convert

RGB 175 50 116 -
CMYK 0 0.71 0.34 0.31
HSL 328.32º 0.56% 0.44% -
HSV(B) 328.32º 0.71% 0.69% -
XYZ 21.97 12.66 17.81 -
YUV 94.9 139.91 185.13 -
System Red Green Blue C M Y K H S L
Decimal 175 50 116 0 0.71 0.34 0.31 328.32 0.56 0.44
Hex AF 32 74 0 47 22 1F 148 38 2C
Octal 257 62 164 0 107 42 37 510 70 54
Binary 10101111 110010 1110100 0 1000111 100010 11111 101001000 111000 101100

Color Harmonies of #AF3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3274

Black with #AF3274

Text Example


Text Example

White with #AF3274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3274; }

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

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

background-color css

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

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

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

border-color css

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

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

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