Html Css Color HEX #D7AFF0 Mauve

📋 copy color: '#D7AFF0'

red 215 ◦ green 175 ◦ blue 240

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

Shades of Mauve #D7AFF0

Tints of Mauve #D7AFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.78%

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 34.13%
G = 27.78%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7AFF0 (or 0xD7AFF0) is known color: Mauve. HEX triplet: D7, AF and F0. RGB value is (215,175,240). Sum of RGB (Red+Green+Blue) = 215+175+240=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFF0 is #28500F. Grayscale: #C2C2C2. Windows color (decimal): -2641936 or 15773655. OLE color: 15773655.

HSL color Cylindrical-coordinate representation of color #D7AFF0: hue angle of 276.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7AFF0 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 175 240 -
CMYK 0.10 0.27 0 0.06
HSL 276.92º 0.68% 0.81% -
HSV(B) 276.92º 0.27% 0.94% -
XYZ 59.08 51.4 89.24 -
YUV 194.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 215 175 240 0.10 0.27 0 0.06 276.92 0.68 0.81
Hex D7 AF F0 A 1B 0 6 115 44 51
Octal 327 257 360 12 33 0 6 425 104 121
Binary 11010111 10101111 11110000 1010 11011 0 110 100010101 1000100 1010001

Color Harmonies of #D7AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AFF0

Black with #D7AFF0

Text Example


Text Example

White with #D7AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AFF0; }

 p { color: rgb(215,175,240); }

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

background-color css

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

 a { background-color: rgb(215,175,240); }

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

border-color css

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

 span { border-color: rgb(215,175,240); }

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