#DFA7FF

Color #DFA7FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DFA7FF

Tints of Mauve #DFA7FF

Color information

#DFA7FF (or 0xDFA7FF) is unknown color: approx Mauve. HEX triplet: DF, A7 and FF. RGB value is (223,167,255). Sum of RGB (Red+Green+Blue) = 223+167+255=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 167 (65.62% from 255 or 25.89% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7FF is #205800. Grayscale: #C1C1C1. Windows color (decimal): -2119681 or 16754655. OLE color: 16754655.

HSL color Cylindrical-coordinate representation of color #DFA7FF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA7FF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223167255-
CMYK0.130.3500
HSL278.18º100%82.75%-
HSV(B)278.18º34.51%100%-
XYZ62.350.55101.08-
YUV193.78162.55148.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 167 (65.62% from 255) = 25.89%
BLUE value IS 255 (100% from 255) = 39.53%
R=34.57%
G=25.89%
B=39.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231672550.130.3500278.1810082.75
HexDFA7FFD23001166453
Octal337247377154300426144123
Binary11011111101001111111111111011000110010001011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA7FF; }

 p { color: rgb(223,167,255); }

 H1.HeaderClassName
 {
   color: #DFA7FF;
 }
 .AnyTagClassName
 {
   color: #DFA7FF;
 }
</style>
background-color css

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

 a { background-color: rgb(223,167,255); }

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

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

 span { border-color: rgb(223,167,255); }

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