Html Css Color HEX #AF158A Medium Violet Red

📋 copy color: '#AF158A'

red 175 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #AF158A

Tints of Medium Violet Red #AF158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 52.4%
G = 6.29%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF158A (or 0xAF158A) is known color: Medium Violet Red. HEX triplet: AF, 15 and 8A. RGB value is (175,21,138). Sum of RGB (Red+Green+Blue) = 175+21+138=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF158A is #50EA75. Grayscale: #505050. Windows color (decimal): -5302902 or 9049519. OLE color: 9049519.

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

Color convert

RGB 175 21 138 -
CMYK 0 0.88 0.21 0.31
HSL 314.42º 0.79% 0.38% -
HSV(B) 314.42º 0.88% 0.69% -
XYZ 22.53 11.49 25.07 -
YUV 80.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 175 21 138 0 0.88 0.21 0.31 314.42 0.79 0.38
Hex AF 15 8A 0 58 15 1F 13A 4F 26
Octal 257 25 212 0 130 25 37 472 117 46
Binary 10101111 10101 10001010 0 1011000 10101 11111 100111010 1001111 100110

Color Harmonies of #AF158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF158A

Black with #AF158A

Text Example


Text Example

White with #AF158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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