Html Css Color HEX #D5A0FF Mauve

📋 copy color: '#D5A0FF'

red 213 ◦ green 160 ◦ blue 255

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

Shades of Mauve #D5A0FF

Tints of Mauve #D5A0FF

RGB

 RED value IS 213 (83.59% from 255) = 33.92%

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

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

R = 33.92%
G = 25.48%
B = 40.61%

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

#D5A0FF (or 0xD5A0FF) is known color: Mauve. HEX triplet: D5, A0 and FF. RGB value is (213,160,255). Sum of RGB (Red+Green+Blue) = 213+160+255=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0FF is #2A5F00. Grayscale: #BABABA. Windows color (decimal): -2776833 or 16752853. OLE color: 16752853.

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

Color convert

RGB 213 160 255 -
CMYK 0.16 0.37 0 0
HSL 273.47º 1% 0.81% -
HSV(B) 273.47º 0.37% 1% -
XYZ 58.06 46.51 100.52 -
YUV 186.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 213 160 255 0.16 0.37 0 0 273.47 1 0.81
Hex D5 A0 FF 10 25 0 0 111 64 51
Octal 325 240 377 20 45 0 0 421 144 121
Binary 11010101 10100000 11111111 10000 100101 0 0 100010001 1100100 1010001

Color Harmonies of #D5A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0FF

Black with #D5A0FF

Text Example


Text Example

White with #D5A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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