Html Css Color HEX #AF327D Medium Red Violet

📋 copy color: '#AF327D'

red 175 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #AF327D

Tints of Medium Red Violet #AF327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 50%
G = 14.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF327D (or 0xAF327D) is known color: Medium Red Violet. HEX triplet: AF, 32 and 7D. RGB value is (175,50,125). Sum of RGB (Red+Green+Blue) = 175+50+125=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF327D is #50CD82. Grayscale: #5F5F5F. Windows color (decimal): -5295491 or 8204975. OLE color: 8204975.

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

Color convert

RGB 175 50 125 -
CMYK 0 0.71 0.29 0.31
HSL 324º 0.56% 0.44% -
HSV(B) 324º 0.71% 0.69% -
XYZ 22.52 12.88 20.7 -
YUV 95.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 175 50 125 0 0.71 0.29 0.31 324 0.56 0.44
Hex AF 32 7D 0 47 1D 1F 144 38 2C
Octal 257 62 175 0 107 35 37 504 70 54
Binary 10101111 110010 1111101 0 1000111 11101 11111 101000100 111000 101100

Color Harmonies of #AF327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF327D

Black with #AF327D

Text Example


Text Example

White with #AF327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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