Html Css Color HEX #D7A8FF Mauve

📋 copy color: '#D7A8FF'

red 215 ◦ green 168 ◦ blue 255

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

Shades of Mauve #D7A8FF

Tints of Mauve #D7A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.33%

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

R = 33.7%
G = 26.33%
B = 39.97%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7A8FF (or 0xD7A8FF) is known color: Mauve. HEX triplet: D7, A8 and FF. RGB value is (215,168,255). Sum of RGB (Red+Green+Blue) = 215+168+255=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A8FF is #285700. Grayscale: #BFBFBF. Windows color (decimal): -2643713 or 16754903. OLE color: 16754903.

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

Color convert

RGB 215 168 255 -
CMYK 0.16 0.34 0 0
HSL 272.41º 1% 0.83% -
HSV(B) 272.41º 0.34% 1% -
XYZ 60.08 49.67 101.03 -
YUV 191.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 215 168 255 0.16 0.34 0 0 272.41 1 0.83
Hex D7 A8 FF 10 22 0 0 110 64 53
Octal 327 250 377 20 42 0 0 420 144 123
Binary 11010111 10101000 11111111 10000 100010 0 0 100010000 1100100 1010011

Color Harmonies of #D7A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A8FF

Black with #D7A8FF

Text Example


Text Example

White with #D7A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A8FF; }

 p { color: rgb(215,168,255); }

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

background-color css

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

 a { background-color: rgb(215,168,255); }

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

border-color css

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

 span { border-color: rgb(215,168,255); }

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