Html Css Color HEX #D6A0FF Mauve

📋 copy color: '#D6A0FF'

red 214 ◦ green 160 ◦ blue 255

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

Shades of Mauve #D6A0FF

Tints of Mauve #D6A0FF

RGB

 RED value IS 214 (83.98% from 255) = 34.02%

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

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

R = 34.02%
G = 25.44%
B = 40.54%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6A0FF (or 0xD6A0FF) is known color: Mauve. HEX triplet: D6, A0 and FF. RGB value is (214,160,255). Sum of RGB (Red+Green+Blue) = 214+160+255=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A0FF is #295F00. Grayscale: #BABABA. Windows color (decimal): -2711297 or 16752854. OLE color: 16752854.

HSL color Cylindrical-coordinate representation of color #D6A0FF: hue angle of 274.11º 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 #D6A0FF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 160 255 -
CMYK 0.16 0.37 0 0
HSL 274.11º 1% 0.81% -
HSV(B) 274.11º 0.37% 1% -
XYZ 58.35 46.66 100.54 -
YUV 186.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 214 160 255 0.16 0.37 0 0 274.11 1 0.81
Hex D6 A0 FF 10 25 0 0 112 64 51
Octal 326 240 377 20 45 0 0 422 144 121
Binary 11010110 10100000 11111111 10000 100101 0 0 100010010 1100100 1010001

Color Harmonies of #D6A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0FF

Black with #D6A0FF

Text Example


Text Example

White with #D6A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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