Html Css Color HEX #AF377F Medium Red Violet

📋 copy color: '#AF377F'

red 175 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #AF377F

Tints of Medium Red Violet #AF377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 127 (50% from 255) = 35.57%

R = 49.02%
G = 15.41%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF377F (or 0xAF377F) is known color: Medium Red Violet. HEX triplet: AF, 37 and 7F. RGB value is (175,55,127). Sum of RGB (Red+Green+Blue) = 175+55+127=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF377F is #50C880. Grayscale: #626262. Windows color (decimal): -5294209 or 8337327. OLE color: 8337327.

HSL color Cylindrical-coordinate representation of color #AF377F: hue angle of 324º degrees, saturation: 0.52, 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 #AF377F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 127 -
CMYK 0 0.69 0.27 0.31
HSL 324º 0.52% 0.45% -
HSV(B) 324º 0.69% 0.69% -
XYZ 22.88 13.38 21.46 -
YUV 99.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 175 55 127 0 0.69 0.27 0.31 324 0.52 0.45
Hex AF 37 7F 0 45 1B 1F 144 34 2D
Octal 257 67 177 0 105 33 37 504 64 55
Binary 10101111 110111 1111111 0 1000101 11011 11111 101000100 110100 101101

Color Harmonies of #AF377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF377F

Black with #AF377F

Text Example


Text Example

White with #AF377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF377F; }

 p { color: rgb(175,55,127); }

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

background-color css

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

 a { background-color: rgb(175,55,127); }

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

border-color css

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

 span { border-color: rgb(175,55,127); }

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