Html Css Color HEX #AF0190 Medium Violet Red

📋 copy color: '#AF0190'

red 175 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #AF0190

Tints of Medium Violet Red #AF0190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45%

R = 54.69%
G = 0.31%
B = 45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0190 (or 0xAF0190) is known color: Medium Violet Red. HEX triplet: AF, 01 and 90. RGB value is (175,1,144). Sum of RGB (Red+Green+Blue) = 175+1+144=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0190 is #50FE6F. Grayscale: #444444. Windows color (decimal): -5308016 or 9437615. OLE color: 9437615.

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

Color convert

RGB 175 1 144 -
CMYK 0 0.99 0.18 0.31
HSL 310.69º 0.99% 0.35% -
HSV(B) 310.69º 0.99% 0.69% -
XYZ 22.72 11.15 27.34 -
YUV 69.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 175 1 144 0 0.99 0.18 0.31 310.69 0.99 0.35
Hex AF 1 90 0 63 12 1F 137 63 23
Octal 257 1 220 0 143 22 37 467 143 43
Binary 10101111 1 10010000 0 1100011 10010 11111 100110111 1100011 100011

Color Harmonies of #AF0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0190

Black with #AF0190

Text Example


Text Example

White with #AF0190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0190; }

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

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

background-color css

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

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

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

border-color css

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

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

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