Html Css Color HEX #AF1A9D Medium Violet Red

📋 copy color: '#AF1A9D'

red 175 ◦ green 26 ◦ blue 157

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

Shades of Medium Violet Red #AF1A9D

Tints of Medium Violet Red #AF1A9D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 48.88%
G = 7.26%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF1A9D (or 0xAF1A9D) is known color: Medium Violet Red. HEX triplet: AF, 1A and 9D. RGB value is (175,26,157). Sum of RGB (Red+Green+Blue) = 175+26+157=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1A9D is #50E562. Grayscale: #555555. Windows color (decimal): -5301603 or 10295983. OLE color: 10295983.

HSL color Cylindrical-coordinate representation of color #AF1A9D: hue angle of 307.25º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A9D is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 157 -
CMYK 0 0.85 0.10 0.31
HSL 307.25º 0.74% 0.39% -
HSV(B) 307.25º 0.85% 0.69% -
XYZ 24.13 12.29 33 -
YUV 85.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 175 26 157 0 0.85 0.10 0.31 307.25 0.74 0.39
Hex AF 1A 9D 0 55 A 1F 133 4A 27
Octal 257 32 235 0 125 12 37 463 112 47
Binary 10101111 11010 10011101 0 1010101 1010 11111 100110011 1001010 100111

Color Harmonies of #AF1A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A9D

Black with #AF1A9D

Text Example


Text Example

White with #AF1A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A9D; }

 p { color: rgb(175,26,157); }

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

background-color css

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

 a { background-color: rgb(175,26,157); }

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

border-color css

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

 span { border-color: rgb(175,26,157); }

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