#CBA4FA

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

Shades of Mauve #CBA4FA

Tints of Mauve #CBA4FA

Color information

#CBA4FA (or 0xCBA4FA) is unknown color: approx Mauve. HEX triplet: CB, A4 and FA. RGB value is (203,164,250). Sum of RGB (Red+Green+Blue) = 203+164+250=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4FA is #345B05. Grayscale: #B9B9B9. Windows color (decimal): -3431174 or 16426187. OLE color: 16426187.

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

Color convert

RGB203164250-
CMYK0.190.3400.02
HSL267.21º89.58%81.18%-
HSV(B)267.21º34.4%98.04%-
XYZ55.1646.1596.44-
YUV185.46164.42140.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=32.90%
G=26.58%
B=40.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031642500.190.3400.02267.2189.5881.18
HexCBA4FA13220210b5a51
Octal313244372234202413132121
Binary1100101110100100111110101001110001001010000101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4FA; }

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

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

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

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

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

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

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

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