Html Css Color HEX #DFA0FF Mauve

📋 copy color: '#DFA0FF'

red 223 ◦ green 160 ◦ blue 255

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

Shades of Mauve #DFA0FF

Tints of Mauve #DFA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.08%

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

R = 34.95%
G = 25.08%
B = 39.97%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFA0FF (or 0xDFA0FF) is known color: Mauve. HEX triplet: DF, A0 and FF. RGB value is (223,160,255). Sum of RGB (Red+Green+Blue) = 223+160+255=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0FF is #205F00. Grayscale: #BDBDBD. Windows color (decimal): -2121473 or 16752863. OLE color: 16752863.

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

Color convert

RGB 223 160 255 -
CMYK 0.13 0.37 0 0
HSL 279.79º 1% 0.81% -
HSV(B) 279.79º 0.37% 1% -
XYZ 61.05 48.05 100.66 -
YUV 189.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 223 160 255 0.13 0.37 0 0 279.79 1 0.81
Hex DF A0 FF D 25 0 0 118 64 51
Octal 337 240 377 15 45 0 0 430 144 121
Binary 11011111 10100000 11111111 1101 100101 0 0 100011000 1100100 1010001

Color Harmonies of #DFA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA0FF

Black with #DFA0FF

Text Example


Text Example

White with #DFA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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