Html Css Color HEX #D4A3FF Mauve

📋 copy color: '#D4A3FF'

red 212 ◦ green 163 ◦ blue 255

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

Shades of Mauve #D4A3FF

Tints of Mauve #D4A3FF

RGB

 RED value IS 212 (83.2% from 255) = 33.65%

 GREEN value IS 163 (64.06% from 255) = 25.87%

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

R = 33.65%
G = 25.87%
B = 40.48%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4A3FF (or 0xD4A3FF) is known color: Mauve. HEX triplet: D4, A3 and FF. RGB value is (212,163,255). Sum of RGB (Red+Green+Blue) = 212+163+255=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 163 (64.06% from 255 or 25.87% 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 #D4A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A3FF is #2B5C00. Grayscale: #BBBBBB. Windows color (decimal): -2841601 or 16753620. OLE color: 16753620.

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

Color convert

RGB 212 163 255 -
CMYK 0.17 0.36 0 0
HSL 271.96º 1% 0.82% -
HSV(B) 271.96º 0.36% 1% -
XYZ 58.3 47.41 100.69 -
YUV 188.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 212 163 255 0.17 0.36 0 0 271.96 1 0.82
Hex D4 A3 FF 11 24 0 0 110 64 52
Octal 324 243 377 21 44 0 0 420 144 122
Binary 11010100 10100011 11111111 10001 100100 0 0 100010000 1100100 1010010

Color Harmonies of #D4A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3FF

Black with #D4A3FF

Text Example


Text Example

White with #D4A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3FF; }

 p { color: rgb(212,163,255); }

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

background-color css

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

 a { background-color: rgb(212,163,255); }

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

border-color css

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

 span { border-color: rgb(212,163,255); }

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