Html Css Color HEX #AF1A7D Medium Violet Red

📋 copy color: '#AF1A7D'

red 175 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #AF1A7D

Tints of Medium Violet Red #AF1A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 53.68%
G = 7.98%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF1A7D (or 0xAF1A7D) is known color: Medium Violet Red. HEX triplet: AF, 1A and 7D. RGB value is (175,26,125). Sum of RGB (Red+Green+Blue) = 175+26+125=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A7D is #50E582. Grayscale: #515151. Windows color (decimal): -5301635 or 8198831. OLE color: 8198831.

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

Color convert

RGB 175 26 125 -
CMYK 0 0.85 0.29 0.31
HSL 320.13º 0.74% 0.39% -
HSV(B) 320.13º 0.85% 0.69% -
XYZ 21.75 11.33 20.44 -
YUV 81.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 175 26 125 0 0.85 0.29 0.31 320.13 0.74 0.39
Hex AF 1A 7D 0 55 1D 1F 140 4A 27
Octal 257 32 175 0 125 35 37 500 112 47
Binary 10101111 11010 1111101 0 1010101 11101 11111 101000000 1001010 100111

Color Harmonies of #AF1A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A7D

Black with #AF1A7D

Text Example


Text Example

White with #AF1A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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