Html Css Color HEX #DFA7FF Mauve

📋 copy color: '#DFA7FF'

red 223 ◦ green 167 ◦ blue 255

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

Shades of Mauve #DFA7FF

Tints of Mauve #DFA7FF

RGB

 RED value IS 223 (87.5% from 255) = 34.57%

 GREEN value IS 167 (65.63% from 255) = 25.89%

 BLUE value IS 255 (100% from 255) = 39.53%

R = 34.57%
G = 25.89%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFA7FF (or 0xDFA7FF) is known color: 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

RGB 223 167 255 -
CMYK 0.13 0.35 0 0
HSL 278.18º 1% 0.83% -
HSV(B) 278.18º 0.35% 1% -
XYZ 62.3 50.55 101.08 -
YUV 193.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 223 167 255 0.13 0.35 0 0 278.18 1 0.83
Hex DF A7 FF D 23 0 0 116 64 53
Octal 337 247 377 15 43 0 0 426 144 123
Binary 11011111 10100111 11111111 1101 100011 0 0 100010110 1100100 1010011

Color Harmonies of #DFA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA7FF

Black with #DFA7FF

Text Example


Text Example

White with #DFA7FF

Text Example


Text Example

HTML Codes & Css Web 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>