Html Css Color HEX #AF387A Medium Red Violet

📋 copy color: '#AF387A'

red 175 ◦ green 56 ◦ blue 122

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

Shades of Medium Red Violet #AF387A

Tints of Medium Red Violet #AF387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 49.58%
G = 15.86%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF387A (or 0xAF387A) is known color: Medium Red Violet. HEX triplet: AF, 38 and 7A. RGB value is (175,56,122). Sum of RGB (Red+Green+Blue) = 175+56+122=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF387A is #50C785. Grayscale: #626262. Windows color (decimal): -5293958 or 8009903. OLE color: 8009903.

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

Color convert

RGB 175 56 122 -
CMYK 0 0.68 0.30 0.31
HSL 326.72º 0.52% 0.45% -
HSV(B) 326.72º 0.68% 0.69% -
XYZ 22.61 13.35 19.8 -
YUV 99.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 175 56 122 0 0.68 0.30 0.31 326.72 0.52 0.45
Hex AF 38 7A 0 44 1E 1F 147 34 2D
Octal 257 70 172 0 104 36 37 507 64 55
Binary 10101111 111000 1111010 0 1000100 11110 11111 101000111 110100 101101

Color Harmonies of #AF387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF387A

Black with #AF387A

Text Example


Text Example

White with #AF387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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