Html Css Color HEX #AF3283 Medium Red Violet

📋 copy color: '#AF3283'

red 175 ◦ green 50 ◦ blue 131

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

Shades of Medium Red Violet #AF3283

Tints of Medium Red Violet #AF3283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 49.16%
G = 14.04%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF3283 (or 0xAF3283) is known color: Medium Red Violet. HEX triplet: AF, 32 and 83. RGB value is (175,50,131). Sum of RGB (Red+Green+Blue) = 175+50+131=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3283 is #50CD7C. Grayscale: #606060. Windows color (decimal): -5295485 or 8598191. OLE color: 8598191.

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

Color convert

RGB 175 50 131 -
CMYK 0 0.71 0.25 0.31
HSL 321.12º 0.56% 0.44% -
HSV(B) 321.12º 0.71% 0.69% -
XYZ 22.92 13.03 22.78 -
YUV 96.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 175 50 131 0 0.71 0.25 0.31 321.12 0.56 0.44
Hex AF 32 83 0 47 19 1F 141 38 2C
Octal 257 62 203 0 107 31 37 501 70 54
Binary 10101111 110010 10000011 0 1000111 11001 11111 101000001 111000 101100

Color Harmonies of #AF3283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3283

Black with #AF3283

Text Example


Text Example

White with #AF3283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3283; }

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

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

background-color css

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

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

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

border-color css

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

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

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