Html Css Color HEX #AF1F9A Medium Red Violet

📋 copy color: '#AF1F9A'

red 175 ◦ green 31 ◦ blue 154

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

Shades of Medium Red Violet #AF1F9A

Tints of Medium Red Violet #AF1F9A

RGB

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

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

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

R = 48.61%
G = 8.61%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF1F9A (or 0xAF1F9A) is known color: Medium Red Violet. HEX triplet: AF, 1F and 9A. RGB value is (175,31,154). Sum of RGB (Red+Green+Blue) = 175+31+154=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F9A is #50E065. Grayscale: #575757. Windows color (decimal): -5300326 or 10100655. OLE color: 10100655.

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

Color convert

RGB 175 31 154 -
CMYK 0 0.82 0.12 0.31
HSL 308.75º 0.7% 0.4% -
HSV(B) 308.75º 0.82% 0.69% -
XYZ 24 12.43 31.71 -
YUV 88.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 175 31 154 0 0.82 0.12 0.31 308.75 0.7 0.4
Hex AF 1F 9A 0 52 C 1F 135 46 28
Octal 257 37 232 0 122 14 37 465 106 50
Binary 10101111 11111 10011010 0 1010010 1100 11111 100110101 1000110 101000

Color Harmonies of #AF1F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F9A

Black with #AF1F9A

Text Example


Text Example

White with #AF1F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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