Html Css Color HEX #AF3882 Medium Red Violet

📋 copy color: '#AF3882'

red 175 ◦ green 56 ◦ blue 130

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

Shades of Medium Red Violet #AF3882

Tints of Medium Red Violet #AF3882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 48.48%
G = 15.51%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF3882 (or 0xAF3882) is known color: Medium Red Violet. HEX triplet: AF, 38 and 82. RGB value is (175,56,130). Sum of RGB (Red+Green+Blue) = 175+56+130=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3882 is #50C77D. Grayscale: #636363. Windows color (decimal): -5293950 or 8534191. OLE color: 8534191.

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

Color convert

RGB 175 56 130 -
CMYK 0 0.68 0.26 0.31
HSL 322.69º 0.52% 0.45% -
HSV(B) 322.69º 0.68% 0.69% -
XYZ 23.12 13.55 22.52 -
YUV 100.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 175 56 130 0 0.68 0.26 0.31 322.69 0.52 0.45
Hex AF 38 82 0 44 1A 1F 143 34 2D
Octal 257 70 202 0 104 32 37 503 64 55
Binary 10101111 111000 10000010 0 1000100 11010 11111 101000011 110100 101101

Color Harmonies of #AF3882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3882

Black with #AF3882

Text Example


Text Example

White with #AF3882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3882; }

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

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

background-color css

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

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

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

border-color css

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

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

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