Html Css Color HEX #AF3381 Medium Red Violet

📋 copy color: '#AF3381'

red 175 ◦ green 51 ◦ blue 129

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

Shades of Medium Red Violet #AF3381

Tints of Medium Red Violet #AF3381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

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

R = 49.3%
G = 14.37%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF3381 (or 0xAF3381) is known color: Medium Red Violet. HEX triplet: AF, 33 and 81. RGB value is (175,51,129). Sum of RGB (Red+Green+Blue) = 175+51+129=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3381 is #50CC7E. Grayscale: #606060. Windows color (decimal): -5295231 or 8467375. OLE color: 8467375.

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

Color convert

RGB 175 51 129 -
CMYK 0 0.71 0.26 0.31
HSL 322.26º 0.55% 0.44% -
HSV(B) 322.26º 0.71% 0.69% -
XYZ 22.83 13.07 22.09 -
YUV 96.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 175 51 129 0 0.71 0.26 0.31 322.26 0.55 0.44
Hex AF 33 81 0 47 1A 1F 142 37 2C
Octal 257 63 201 0 107 32 37 502 67 54
Binary 10101111 110011 10000001 0 1000111 11010 11111 101000010 110111 101100

Color Harmonies of #AF3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3381

Black with #AF3381

Text Example


Text Example

White with #AF3381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3381; }

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

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

background-color css

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

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

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

border-color css

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

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

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