Html Css Color HEX #AF1FA5 Medium Red Violet

📋 copy color: '#AF1FA5'

red 175 ◦ green 31 ◦ blue 165

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

Shades of Medium Red Violet #AF1FA5

Tints of Medium Red Violet #AF1FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.36%

 BLUE value IS 165 (64.84% from 255) = 44.47%

R = 47.17%
G = 8.36%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF1FA5 (or 0xAF1FA5) is known color: Medium Red Violet. HEX triplet: AF, 1F and A5. RGB value is (175,31,165). Sum of RGB (Red+Green+Blue) = 175+31+165=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1FA5 is #50E05A. Grayscale: #585858. Windows color (decimal): -5300315 or 10821551. OLE color: 10821551.

HSL color Cylindrical-coordinate representation of color #AF1FA5: hue angle of 304.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1FA5 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 165 -
CMYK 0 0.82 0.06 0.31
HSL 304.17º 0.7% 0.4% -
HSV(B) 304.17º 0.82% 0.69% -
XYZ 24.96 12.81 36.75 -
YUV 89.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 175 31 165 0 0.82 0.06 0.31 304.17 0.7 0.4
Hex AF 1F A5 0 52 6 1F 130 46 28
Octal 257 37 245 0 122 6 37 460 106 50
Binary 10101111 11111 10100101 0 1010010 110 11111 100110000 1000110 101000

Color Harmonies of #AF1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FA5

Black with #AF1FA5

Text Example


Text Example

White with #AF1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FA5; }

 p { color: rgb(175,31,165); }

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

background-color css

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

 a { background-color: rgb(175,31,165); }

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

border-color css

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

 span { border-color: rgb(175,31,165); }

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