Html Css Color HEX #AF388F Medium Red Violet

📋 copy color: '#AF388F'

red 175 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #AF388F

Tints of Medium Red Violet #AF388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 46.79%
G = 14.97%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF388F (or 0xAF388F) is known color: Medium Red Violet. HEX triplet: AF, 38 and 8F. RGB value is (175,56,143). Sum of RGB (Red+Green+Blue) = 175+56+143=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF388F is #50C770. Grayscale: #656565. Windows color (decimal): -5293937 or 9386159. OLE color: 9386159.

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

Color convert

RGB 175 56 143 -
CMYK 0 0.68 0.18 0.31
HSL 316.13º 0.52% 0.45% -
HSV(B) 316.13º 0.68% 0.69% -
XYZ 24.05 13.93 27.41 -
YUV 101.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 175 56 143 0 0.68 0.18 0.31 316.13 0.52 0.45
Hex AF 38 8F 0 44 12 1F 13C 34 2D
Octal 257 70 217 0 104 22 37 474 64 55
Binary 10101111 111000 10001111 0 1000100 10010 11111 100111100 110100 101101

Color Harmonies of #AF388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF388F

Black with #AF388F

Text Example


Text Example

White with #AF388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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