Html Css Color HEX #AF389A Medium Red Violet

📋 copy color: '#AF389A'

red 175 ◦ green 56 ◦ blue 154

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

Shades of Medium Red Violet #AF389A

Tints of Medium Red Violet #AF389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40%

R = 45.45%
G = 14.55%
B = 40%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF389A (or 0xAF389A) is known color: Medium Red Violet. HEX triplet: AF, 38 and 9A. RGB value is (175,56,154). Sum of RGB (Red+Green+Blue) = 175+56+154=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF389A is #50C765. Grayscale: #666666. Windows color (decimal): -5293926 or 10107055. OLE color: 10107055.

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

Color convert

RGB 175 56 154 -
CMYK 0 0.68 0.12 0.31
HSL 310.59º 0.52% 0.45% -
HSV(B) 310.59º 0.68% 0.69% -
XYZ 24.93 14.28 32.01 -
YUV 102.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 175 56 154 0 0.68 0.12 0.31 310.59 0.52 0.45
Hex AF 38 9A 0 44 C 1F 137 34 2D
Octal 257 70 232 0 104 14 37 467 64 55
Binary 10101111 111000 10011010 0 1000100 1100 11111 100110111 110100 101101

Color Harmonies of #AF389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF389A

Black with #AF389A

Text Example


Text Example

White with #AF389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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