Html Css Color HEX #AF159A Medium Violet Red

📋 copy color: '#AF159A'

red 175 ◦ green 21 ◦ blue 154

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

Shades of Medium Violet Red #AF159A

Tints of Medium Violet Red #AF159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

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

R = 50%
G = 6%
B = 44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF159A (or 0xAF159A) is known color: Medium Violet Red. HEX triplet: AF, 15 and 9A. RGB value is (175,21,154). Sum of RGB (Red+Green+Blue) = 175+21+154=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF159A is #50EA65. Grayscale: #515151. Windows color (decimal): -5302886 or 10098095. OLE color: 10098095.

HSL color Cylindrical-coordinate representation of color #AF159A: hue angle of 308.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF159A is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 21 154 -
CMYK 0 0.88 0.12 0.31
HSL 308.18º 0.79% 0.38% -
HSV(B) 308.18º 0.88% 0.69% -
XYZ 23.78 11.98 31.63 -
YUV 82.21 168.52 194.19 -
System Red Green Blue C M Y K H S L
Decimal 175 21 154 0 0.88 0.12 0.31 308.18 0.79 0.38
Hex AF 15 9A 0 58 C 1F 134 4F 26
Octal 257 25 232 0 130 14 37 464 117 46
Binary 10101111 10101 10011010 0 1011000 1100 11111 100110100 1001111 100110

Color Harmonies of #AF159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF159A

Black with #AF159A

Text Example


Text Example

White with #AF159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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