Html Css Color HEX #AF0395 Medium Violet Red

📋 copy color: '#AF0395'

red 175 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #AF0395

Tints of Medium Violet Red #AF0395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 53.52%
G = 0.92%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0395 (or 0xAF0395) is known color: Medium Violet Red. HEX triplet: AF, 03 and 95. RGB value is (175,3,149). Sum of RGB (Red+Green+Blue) = 175+3+149=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0395 is #50FC6A. Grayscale: #464646. Windows color (decimal): -5307499 or 9765807. OLE color: 9765807.

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

Color convert

RGB 175 3 149 -
CMYK 0 0.98 0.15 0.31
HSL 309.07º 0.97% 0.35% -
HSV(B) 309.07º 0.98% 0.69% -
XYZ 23.14 11.35 29.4 -
YUV 71.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 175 3 149 0 0.98 0.15 0.31 309.07 0.97 0.35
Hex AF 3 95 0 62 F 1F 135 61 23
Octal 257 3 225 0 142 17 37 465 141 43
Binary 10101111 11 10010101 0 1100010 1111 11111 100110101 1100001 100011

Color Harmonies of #AF0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0395

Black with #AF0395

Text Example


Text Example

White with #AF0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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