#CBA3FA

Color #CBA3FA Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CBA3FA

Tints of Mauve #CBA3FA

Color information

#CBA3FA (or 0xCBA3FA) is unknown color: approx Mauve. HEX triplet: CB, A3 and FA. RGB value is (203,163,250). Sum of RGB (Red+Green+Blue) = 203+163+250=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3FA is #345C05. Grayscale: #B8B8B8. Windows color (decimal): -3431430 or 16425931. OLE color: 16425931.

HSL color Cylindrical-coordinate representation of color #CBA3FA: hue angle of 267.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA3FA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203163250-
CMYK0.190.3500.02
HSL267.59º89.69%80.98%-
HSV(B)267.59º34.8%98.04%-
XYZ54.9845.7996.38-
YUV184.88164.75140.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 163 (64.06% from 255) = 26.46%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=32.95%
G=26.46%
B=40.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031632500.190.3500.02267.5989.6980.98
HexCBA3FA13230210c5a51
Octal313243372234302414132121
Binary1100101110100011111110101001110001101010000110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA3FA; }

 p { color: rgb(203,163,250); }

 H1.HeaderClassName
 {
   color: #CBA3FA;
 }
 .AnyTagClassName
 {
   color: #CBA3FA;
 }
</style>
background-color css

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

 a { background-color: rgb(203,163,250); }

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

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

 span { border-color: rgb(203,163,250); }

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