#D0AFFA

Color #D0AFFA Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D0AFFA

Tints of Mauve #D0AFFA

Color information

#D0AFFA (or 0xD0AFFA) is unknown color: approx Mauve. HEX triplet: D0, AF and FA. RGB value is (208,175,250). Sum of RGB (Red+Green+Blue) = 208+175+250=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFFA is #2F5005. Grayscale: #C1C1C1. Windows color (decimal): -3100678 or 16429008. OLE color: 16429008.

HSL color Cylindrical-coordinate representation of color #D0AFFA: hue angle of 266.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AFFA is Cyan = 0.17, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208175250-
CMYK0.170.300.02
HSL266.4º88.24%83.33%-
HSV(B)266.4º30%98.04%-
XYZ58.650.9797.19-
YUV193.42159.93138.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=32.86%
G=27.65%
B=39.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081752500.170.300.02266.488.2483.33
HexD0AFFA111E0210a5853
Octal320257372213602412130123
Binary110100001010111111111010100011111001010000101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFFA; }

 p { color: rgb(208,175,250); }

 H1.HeaderClassName
 {
   color: #D0AFFA;
 }
 .AnyTagClassName
 {
   color: #D0AFFA;
 }
</style>
background-color css

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

 a { background-color: rgb(208,175,250); }

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

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

 span { border-color: rgb(208,175,250); }

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