Html Css Color HEX #AF3875 Medium Red Violet

📋 copy color: '#AF3875'

red 175 ◦ green 56 ◦ blue 117

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

Shades of Medium Red Violet #AF3875

Tints of Medium Red Violet #AF3875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 50.29%
G = 16.09%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF3875 (or 0xAF3875) is known color: Medium Red Violet. HEX triplet: AF, 38 and 75. RGB value is (175,56,117). Sum of RGB (Red+Green+Blue) = 175+56+117=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3875 is #50C78A. Grayscale: #626262. Windows color (decimal): -5293963 or 7682223. OLE color: 7682223.

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

Color convert

RGB 175 56 117 -
CMYK 0 0.68 0.33 0.31
HSL 329.24º 0.52% 0.45% -
HSV(B) 329.24º 0.68% 0.69% -
XYZ 22.3 13.23 18.21 -
YUV 98.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 175 56 117 0 0.68 0.33 0.31 329.24 0.52 0.45
Hex AF 38 75 0 44 21 1F 149 34 2D
Octal 257 70 165 0 104 41 37 511 64 55
Binary 10101111 111000 1110101 0 1000100 100001 11111 101001001 110100 101101

Color Harmonies of #AF3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3875

Black with #AF3875

Text Example


Text Example

White with #AF3875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3875; }

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

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

background-color css

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

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

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

border-color css

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

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

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