#CBA2FA

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

Shades of Mauve #CBA2FA

Tints of Mauve #CBA2FA

Color information

#CBA2FA (or 0xCBA2FA) is unknown color: approx Mauve. HEX triplet: CB, A2 and FA. RGB value is (203,162,250). Sum of RGB (Red+Green+Blue) = 203+162+250=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2FA is #345D05. Grayscale: #B7B7B7. Windows color (decimal): -3431686 or 16425675. OLE color: 16425675.

HSL color Cylindrical-coordinate representation of color #CBA2FA: hue angle of 267.95º 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 #CBA2FA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203162250-
CMYK0.190.3500.02
HSL267.95º89.8%80.78%-
HSV(B)267.95º35.2%98.04%-
XYZ54.845.4496.32-
YUV184.29165.08141.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 162 (63.67% from 255) = 26.34%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=33.01%
G=26.34%
B=40.65%

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
Decimal2031622500.190.3500.02267.9589.880.78
HexCBA2FA13230210c5a51
Octal313242372234302414132121
Binary1100101110100010111110101001110001101010000110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA2FA; }

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

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

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

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

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

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

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

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