Html Css Color HEX #AF3681 Medium Red Violet

📋 copy color: '#AF3681'

red 175 ◦ green 54 ◦ blue 129

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

Shades of Medium Red Violet #AF3681

Tints of Medium Red Violet #AF3681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 48.88%
G = 15.08%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF3681 (or 0xAF3681) is known color: Medium Red Violet. HEX triplet: AF, 36 and 81. RGB value is (175,54,129). Sum of RGB (Red+Green+Blue) = 175+54+129=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3681 is #50C97E. Grayscale: #626262. Windows color (decimal): -5294463 or 8468143. OLE color: 8468143.

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

Color convert

RGB 175 54 129 -
CMYK 0 0.69 0.26 0.31
HSL 322.81º 0.53% 0.45% -
HSV(B) 322.81º 0.69% 0.69% -
XYZ 22.96 13.34 22.13 -
YUV 98.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 175 54 129 0 0.69 0.26 0.31 322.81 0.53 0.45
Hex AF 36 81 0 45 1A 1F 143 35 2D
Octal 257 66 201 0 105 32 37 503 65 55
Binary 10101111 110110 10000001 0 1000101 11010 11111 101000011 110101 101101

Color Harmonies of #AF3681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3681

Black with #AF3681

Text Example


Text Example

White with #AF3681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3681; }

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

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

background-color css

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

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

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

border-color css

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

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

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