Html Css Color HEX #D4ABF4 Mauve

📋 copy color: '#D4ABF4'

red 212 ◦ green 171 ◦ blue 244

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

Shades of Mauve #D4ABF4

Tints of Mauve #D4ABF4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.27%

 BLUE value IS 244 (95.7% from 255) = 38.92%

R = 33.81%
G = 27.27%
B = 38.92%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D4ABF4 (or 0xD4ABF4) is known color: Mauve. HEX triplet: D4, AB and F4. RGB value is (212,171,244). Sum of RGB (Red+Green+Blue) = 212+171+244=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 244 - color contains mainly: blue. Hex color #D4ABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABF4 is #2B540B. Grayscale: #BFBFBF. Windows color (decimal): -2839564 or 16034772. OLE color: 16034772.

HSL color Cylindrical-coordinate representation of color #D4ABF4: hue angle of 273.7º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4ABF4 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 171 244 -
CMYK 0.13 0.30 0 0.04
HSL 273.7º 0.77% 0.81% -
HSV(B) 273.7º 0.3% 0.96% -
XYZ 58.04 49.65 92.11 -
YUV 191.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 212 171 244 0.13 0.30 0 0.04 273.7 0.77 0.81
Hex D4 AB F4 D 1E 0 4 112 4D 51
Octal 324 253 364 15 36 0 4 422 115 121
Binary 11010100 10101011 11110100 1101 11110 0 100 100010010 1001101 1010001

Color Harmonies of #D4ABF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABF4

Black with #D4ABF4

Text Example


Text Example

White with #D4ABF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABF4; }

 p { color: rgb(212,171,244); }

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

background-color css

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

 a { background-color: rgb(212,171,244); }

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

border-color css

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

 span { border-color: rgb(212,171,244); }

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