Html Css Color HEX #AF3675 Medium Red Violet

📋 copy color: '#AF3675'

red 175 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #AF3675

Tints of Medium Red Violet #AF3675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

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

R = 50.58%
G = 15.61%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF3675 (or 0xAF3675) is known color: Medium Red Violet. HEX triplet: AF, 36 and 75. RGB value is (175,54,117). Sum of RGB (Red+Green+Blue) = 175+54+117=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3675 is #50C98A. Grayscale: #616161. Windows color (decimal): -5294475 or 7681711. OLE color: 7681711.

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

Color convert

RGB 175 54 117 -
CMYK 0 0.69 0.33 0.31
HSL 328.76º 0.53% 0.45% -
HSV(B) 328.76º 0.69% 0.69% -
XYZ 22.21 13.04 18.18 -
YUV 97.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 175 54 117 0 0.69 0.33 0.31 328.76 0.53 0.45
Hex AF 36 75 0 45 21 1F 149 35 2D
Octal 257 66 165 0 105 41 37 511 65 55
Binary 10101111 110110 1110101 0 1000101 100001 11111 101001001 110101 101101

Color Harmonies of #AF3675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3675

Black with #AF3675

Text Example


Text Example

White with #AF3675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3675; }

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

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

background-color css

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

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

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

border-color css

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

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

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