Html Css Color HEX #AF0384 Medium Violet Red

📋 copy color: '#AF0384'

red 175 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #AF0384

Tints of Medium Violet Red #AF0384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.58%

R = 56.45%
G = 0.97%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF0384 (or 0xAF0384) is known color: Medium Violet Red. HEX triplet: AF, 03 and 84. RGB value is (175,3,132). Sum of RGB (Red+Green+Blue) = 175+3+132=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0384 is #50FC7B. Grayscale: #444444. Windows color (decimal): -5307516 or 8651695. OLE color: 8651695.

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

Color convert

RGB 175 3 132 -
CMYK 0 0.98 0.25 0.31
HSL 315º 0.97% 0.35% -
HSV(B) 315º 0.98% 0.69% -
XYZ 21.88 10.85 22.77 -
YUV 69.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 175 3 132 0 0.98 0.25 0.31 315 0.97 0.35
Hex AF 3 84 0 62 19 1F 13B 61 23
Octal 257 3 204 0 142 31 37 473 141 43
Binary 10101111 11 10000100 0 1100010 11001 11111 100111011 1100001 100011

Color Harmonies of #AF0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0384

Black with #AF0384

Text Example


Text Example

White with #AF0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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