Html Css Color HEX #D7A0FF Mauve

📋 copy color: '#D7A0FF'

red 215 ◦ green 160 ◦ blue 255

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

Shades of Mauve #D7A0FF

Tints of Mauve #D7A0FF

RGB

 RED value IS 215 (84.38% from 255) = 34.13%

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

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

R = 34.13%
G = 25.4%
B = 40.48%

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

#D7A0FF (or 0xD7A0FF) is known color: Mauve. HEX triplet: D7, A0 and FF. RGB value is (215,160,255). Sum of RGB (Red+Green+Blue) = 215+160+255=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A0FF is #285F00. Grayscale: #BABABA. Windows color (decimal): -2645761 or 16752855. OLE color: 16752855.

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

Color convert

RGB 215 160 255 -
CMYK 0.16 0.37 0 0
HSL 274.74º 1% 0.81% -
HSV(B) 274.74º 0.37% 1% -
XYZ 58.65 46.81 100.55 -
YUV 187.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 215 160 255 0.16 0.37 0 0 274.74 1 0.81
Hex D7 A0 FF 10 25 0 0 113 64 51
Octal 327 240 377 20 45 0 0 423 144 121
Binary 11010111 10100000 11111111 10000 100101 0 0 100010011 1100100 1010001

Color Harmonies of #D7A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A0FF

Black with #D7A0FF

Text Example


Text Example

White with #D7A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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