Html Css Color HEX #E6ABFA Mauve

📋 copy color: '#E6ABFA'

red 230 ◦ green 171 ◦ blue 250

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

Shades of Mauve #E6ABFA

Tints of Mauve #E6ABFA

RGB

 RED value IS 230 (90.23% from 255) = 35.33%

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

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 35.33%
G = 26.27%
B = 38.4%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6ABFA (or 0xE6ABFA) is known color: Mauve. HEX triplet: E6, AB and FA. RGB value is (230,171,250). Sum of RGB (Red+Green+Blue) = 230+171+250=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6ABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ABFA is #195405. Grayscale: #C5C5C5. Windows color (decimal): -1659910 or 16428006. OLE color: 16428006.

HSL color Cylindrical-coordinate representation of color #E6ABFA: hue angle of 284.81º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6ABFA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 171 250 -
CMYK 0.08 0.32 0 0.02
HSL 284.81º 0.89% 0.83% -
HSV(B) 284.81º 0.32% 0.98% -
XYZ 64.45 52.85 97.25 -
YUV 197.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 230 171 250 0.08 0.32 0 0.02 284.81 0.89 0.83
Hex E6 AB FA 8 20 0 2 11D 59 53
Octal 346 253 372 10 40 0 2 435 131 123
Binary 11100110 10101011 11111010 1000 100000 0 10 100011101 1011001 1010011

Color Harmonies of #E6ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ABFA

Black with #E6ABFA

Text Example


Text Example

White with #E6ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ABFA; }

 p { color: rgb(230,171,250); }

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

background-color css

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

 a { background-color: rgb(230,171,250); }

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

border-color css

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

 span { border-color: rgb(230,171,250); }

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