Html Css Color HEX #AF37A5 Medium Red Violet

📋 copy color: '#AF37A5'

red 175 ◦ green 55 ◦ blue 165

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

Shades of Medium Red Violet #AF37A5

Tints of Medium Red Violet #AF37A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.77%

R = 44.3%
G = 13.92%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF37A5 (or 0xAF37A5) is known color: Medium Red Violet. HEX triplet: AF, 37 and A5. RGB value is (175,55,165). Sum of RGB (Red+Green+Blue) = 175+55+165=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37A5 is #50C85A. Grayscale: #676767. Windows color (decimal): -5294171 or 10827695. OLE color: 10827695.

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

Color convert

RGB 175 55 165 -
CMYK 0 0.69 0.06 0.31
HSL 305º 0.52% 0.45% -
HSV(B) 305º 0.69% 0.69% -
XYZ 25.84 14.56 37.05 -
YUV 103.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 175 55 165 0 0.69 0.06 0.31 305 0.52 0.45
Hex AF 37 A5 0 45 6 1F 131 34 2D
Octal 257 67 245 0 105 6 37 461 64 55
Binary 10101111 110111 10100101 0 1000101 110 11111 100110001 110100 101101

Color Harmonies of #AF37A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF37A5

Black with #AF37A5

Text Example


Text Example

White with #AF37A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF37A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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