Html Css Color HEX #AF12A4 Medium Violet Red

📋 copy color: '#AF12A4'

red 175 ◦ green 18 ◦ blue 164

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

Shades of Medium Violet Red #AF12A4

Tints of Medium Violet Red #AF12A4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

 BLUE value IS 164 (64.45% from 255) = 45.94%

R = 49.02%
G = 5.04%
B = 45.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF12A4 (or 0xAF12A4) is known color: Medium Violet Red. HEX triplet: AF, 12 and A4. RGB value is (175,18,164). Sum of RGB (Red+Green+Blue) = 175+18+164=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A4 is #50ED5B. Grayscale: #515151. Windows color (decimal): -5303644 or 10752687. OLE color: 10752687.

HSL color Cylindrical-coordinate representation of color #AF12A4: hue angle of 304.2º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12A4 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 164 -
CMYK 0 0.90 0.06 0.31
HSL 304.2º 0.81% 0.38% -
HSV(B) 304.2º 0.9% 0.69% -
XYZ 24.6 12.23 36.19 -
YUV 81.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 175 18 164 0 0.90 0.06 0.31 304.2 0.81 0.38
Hex AF 12 A4 0 5A 6 1F 130 51 26
Octal 257 22 244 0 132 6 37 460 121 46
Binary 10101111 10010 10100100 0 1011010 110 11111 100110000 1010001 100110

Color Harmonies of #AF12A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12A4

Black with #AF12A4

Text Example


Text Example

White with #AF12A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12A4; }

 p { color: rgb(175,18,164); }

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

background-color css

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

 a { background-color: rgb(175,18,164); }

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

border-color css

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

 span { border-color: rgb(175,18,164); }

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