Html Css Color HEX #AF3395 Medium Red Violet

📋 copy color: '#AF3395'

red 175 ◦ green 51 ◦ blue 149

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

Shades of Medium Red Violet #AF3395

Tints of Medium Red Violet #AF3395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 46.67%
G = 13.6%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF3395 (or 0xAF3395) is known color: Medium Red Violet. HEX triplet: AF, 33 and 95. RGB value is (175,51,149). Sum of RGB (Red+Green+Blue) = 175+51+149=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3395 is #50CC6A. Grayscale: #626262. Windows color (decimal): -5295211 or 9778095. OLE color: 9778095.

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

Color convert

RGB 175 51 149 -
CMYK 0 0.71 0.15 0.31
HSL 312.58º 0.55% 0.44% -
HSV(B) 312.58º 0.71% 0.69% -
XYZ 24.29 13.65 29.79 -
YUV 99.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 175 51 149 0 0.71 0.15 0.31 312.58 0.55 0.44
Hex AF 33 95 0 47 F 1F 139 37 2C
Octal 257 63 225 0 107 17 37 471 67 54
Binary 10101111 110011 10010101 0 1000111 1111 11111 100111001 110111 101100

Color Harmonies of #AF3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3395

Black with #AF3395

Text Example


Text Example

White with #AF3395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3395; }

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

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

background-color css

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

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

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

border-color css

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

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

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