Html Css Color HEX #AF12A2 Medium Violet Red

📋 copy color: '#AF12A2'

red 175 ◦ green 18 ◦ blue 162

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

Shades of Medium Violet Red #AF12A2

Tints of Medium Violet Red #AF12A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.63%

R = 49.3%
G = 5.07%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF12A2 (or 0xAF12A2) is known color: Medium Violet Red. HEX triplet: AF, 12 and A2. RGB value is (175,18,162). Sum of RGB (Red+Green+Blue) = 175+18+162=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A2 is #50ED5D. Grayscale: #505050. Windows color (decimal): -5303646 or 10621615. OLE color: 10621615.

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

Color convert

RGB 175 18 162 -
CMYK 0 0.90 0.07 0.31
HSL 304.97º 0.81% 0.38% -
HSV(B) 304.97º 0.9% 0.69% -
XYZ 24.42 12.16 35.24 -
YUV 81.36 173.51 194.79 -
System Red Green Blue C M Y K H S L
Decimal 175 18 162 0 0.90 0.07 0.31 304.97 0.81 0.38
Hex AF 12 A2 0 5A 7 1F 131 51 26
Octal 257 22 242 0 132 7 37 461 121 46
Binary 10101111 10010 10100010 0 1011010 111 11111 100110001 1010001 100110

Color Harmonies of #AF12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12A2

Black with #AF12A2

Text Example


Text Example

White with #AF12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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