Html Css Color HEX #AF0295 Medium Violet Red

📋 copy color: '#AF0295'

red 175 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #AF0295

Tints of Medium Violet Red #AF0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 53.68%
G = 0.61%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0295 (or 0xAF0295) is known color: Medium Violet Red. HEX triplet: AF, 02 and 95. RGB value is (175,2,149). Sum of RGB (Red+Green+Blue) = 175+2+149=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0295 is #50FD6A. Grayscale: #464646. Windows color (decimal): -5307755 or 9765551. OLE color: 9765551.

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

Color convert

RGB 175 2 149 -
CMYK 0 0.99 0.15 0.31
HSL 309.02º 0.98% 0.35% -
HSV(B) 309.02º 0.99% 0.69% -
XYZ 23.13 11.33 29.4 -
YUV 70.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 175 2 149 0 0.99 0.15 0.31 309.02 0.98 0.35
Hex AF 2 95 0 63 F 1F 135 62 23
Octal 257 2 225 0 143 17 37 465 142 43
Binary 10101111 10 10010101 0 1100011 1111 11111 100110101 1100010 100011

Color Harmonies of #AF0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0295

Black with #AF0295

Text Example


Text Example

White with #AF0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0295; }

 p { color: rgb(175,2,149); }

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

background-color css

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

 a { background-color: rgb(175,2,149); }

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

border-color css

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

 span { border-color: rgb(175,2,149); }

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