Html Css Color HEX #AF3282 Medium Red Violet

📋 copy color: '#AF3282'

red 175 ◦ green 50 ◦ blue 130

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

Shades of Medium Red Violet #AF3282

Tints of Medium Red Violet #AF3282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.08%

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

R = 49.3%
G = 14.08%
B = 36.62%

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

#AF3282 (or 0xAF3282) is known color: Medium Red Violet. HEX triplet: AF, 32 and 82. RGB value is (175,50,130). Sum of RGB (Red+Green+Blue) = 175+50+130=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3282 is #50CD7D. Grayscale: #606060. Windows color (decimal): -5295486 or 8532655. OLE color: 8532655.

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

Color convert

RGB 175 50 130 -
CMYK 0 0.71 0.26 0.31
HSL 321.6º 0.56% 0.44% -
HSV(B) 321.6º 0.71% 0.69% -
XYZ 22.85 13.01 22.43 -
YUV 96.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 175 50 130 0 0.71 0.26 0.31 321.6 0.56 0.44
Hex AF 32 82 0 47 1A 1F 142 38 2C
Octal 257 62 202 0 107 32 37 502 70 54
Binary 10101111 110010 10000010 0 1000111 11010 11111 101000010 111000 101100

Color Harmonies of #AF3282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3282

Black with #AF3282

Text Example


Text Example

White with #AF3282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3282; }

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

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

background-color css

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

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

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

border-color css

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

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

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