Html Css Color HEX #AF3885 Medium Red Violet

📋 copy color: '#AF3885'

red 175 ◦ green 56 ◦ blue 133

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

Shades of Medium Red Violet #AF3885

Tints of Medium Red Violet #AF3885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 48.08%
G = 15.38%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF3885 (or 0xAF3885) is known color: Medium Red Violet. HEX triplet: AF, 38 and 85. RGB value is (175,56,133). Sum of RGB (Red+Green+Blue) = 175+56+133=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3885 is #50C77A. Grayscale: #646464. Windows color (decimal): -5293947 or 8730799. OLE color: 8730799.

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

Color convert

RGB 175 56 133 -
CMYK 0 0.68 0.24 0.31
HSL 321.18º 0.52% 0.45% -
HSV(B) 321.18º 0.68% 0.69% -
XYZ 23.33 13.64 23.59 -
YUV 100.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 175 56 133 0 0.68 0.24 0.31 321.18 0.52 0.45
Hex AF 38 85 0 44 18 1F 141 34 2D
Octal 257 70 205 0 104 30 37 501 64 55
Binary 10101111 111000 10000101 0 1000100 11000 11111 101000001 110100 101101

Color Harmonies of #AF3885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3885

Black with #AF3885

Text Example


Text Example

White with #AF3885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3885; }

 p { color: rgb(175,56,133); }

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

background-color css

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

 a { background-color: rgb(175,56,133); }

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

border-color css

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

 span { border-color: rgb(175,56,133); }

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