Html Css Color HEX #D5A7FF Mauve

📋 copy color: '#D5A7FF'

red 213 ◦ green 167 ◦ blue 255

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

Shades of Mauve #D5A7FF

Tints of Mauve #D5A7FF

RGB

 RED value IS 213 (83.59% from 255) = 33.54%

 GREEN value IS 167 (65.63% from 255) = 26.3%

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

R = 33.54%
G = 26.3%
B = 40.16%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5A7FF (or 0xD5A7FF) is known color: Mauve. HEX triplet: D5, A7 and FF. RGB value is (213,167,255). Sum of RGB (Red+Green+Blue) = 213+167+255=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A7FF is #2A5800. Grayscale: #BEBEBE. Windows color (decimal): -2775041 or 16754645. OLE color: 16754645.

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

Color convert

RGB 213 167 255 -
CMYK 0.16 0.35 0 0
HSL 271.36º 1% 0.83% -
HSV(B) 271.36º 0.35% 1% -
XYZ 59.31 49 100.94 -
YUV 190.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 213 167 255 0.16 0.35 0 0 271.36 1 0.83
Hex D5 A7 FF 10 23 0 0 10F 64 53
Octal 325 247 377 20 43 0 0 417 144 123
Binary 11010101 10100111 11111111 10000 100011 0 0 100001111 1100100 1010011

Color Harmonies of #D5A7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A7FF

Black with #D5A7FF

Text Example


Text Example

White with #D5A7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A7FF; }

 p { color: rgb(213,167,255); }

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

background-color css

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

 a { background-color: rgb(213,167,255); }

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

border-color css

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

 span { border-color: rgb(213,167,255); }

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