Html Css Color HEX #AF0192 Medium Violet Red

📋 copy color: '#AF0192'

red 175 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #AF0192

Tints of Medium Violet Red #AF0192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 54.35%
G = 0.31%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF0192 (or 0xAF0192) is known color: Medium Violet Red. HEX triplet: AF, 01 and 92. RGB value is (175,1,146). Sum of RGB (Red+Green+Blue) = 175+1+146=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0192 is #50FE6D. Grayscale: #454545. Windows color (decimal): -5308014 or 9568687. OLE color: 9568687.

HSL color Cylindrical-coordinate representation of color #AF0192: hue angle of 310º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0192 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 146 -
CMYK 0 0.99 0.17 0.31
HSL 310º 0.99% 0.35% -
HSV(B) 310º 0.99% 0.69% -
XYZ 22.88 11.21 28.15 -
YUV 69.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 175 1 146 0 0.99 0.17 0.31 310 0.99 0.35
Hex AF 1 92 0 63 11 1F 136 63 23
Octal 257 1 222 0 143 21 37 466 143 43
Binary 10101111 1 10010010 0 1100011 10001 11111 100110110 1100011 100011

Color Harmonies of #AF0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0192

Black with #AF0192

Text Example


Text Example

White with #AF0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0192; }

 p { color: rgb(175,1,146); }

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

background-color css

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

 a { background-color: rgb(175,1,146); }

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

border-color css

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

 span { border-color: rgb(175,1,146); }

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