Html Css Color HEX #AF1298 Medium Violet Red

📋 copy color: '#AF1298'

red 175 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #AF1298

Tints of Medium Violet Red #AF1298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 50.72%
G = 5.22%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1298 (or 0xAF1298) is known color: Medium Violet Red. HEX triplet: AF, 12 and 98. RGB value is (175,18,152). Sum of RGB (Red+Green+Blue) = 175+18+152=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1298 is #50ED67. Grayscale: #4F4F4F. Windows color (decimal): -5303656 or 9966255. OLE color: 9966255.

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

Color convert

RGB 175 18 152 -
CMYK 0 0.90 0.13 0.31
HSL 308.79º 0.81% 0.38% -
HSV(B) 308.79º 0.9% 0.69% -
XYZ 23.56 11.81 30.74 -
YUV 80.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 175 18 152 0 0.90 0.13 0.31 308.79 0.81 0.38
Hex AF 12 98 0 5A D 1F 135 51 26
Octal 257 22 230 0 132 15 37 465 121 46
Binary 10101111 10010 10011000 0 1011010 1101 11111 100110101 1010001 100110

Color Harmonies of #AF1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1298

Black with #AF1298

Text Example


Text Example

White with #AF1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1298; }

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

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

background-color css

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

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

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

border-color css

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

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

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