#CBA5FA

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

Shades of Mauve #CBA5FA

Tints of Mauve #CBA5FA

Color information

#CBA5FA (or 0xCBA5FA) is unknown color: approx Mauve. HEX triplet: CB, A5 and FA. RGB value is (203,165,250). Sum of RGB (Red+Green+Blue) = 203+165+250=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5FA is #345A05. Grayscale: #B9B9B9. Windows color (decimal): -3430918 or 16426443. OLE color: 16426443.

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

Color convert

RGB203165250-
CMYK0.190.3400.02
HSL266.82º89.47%81.37%-
HSV(B)266.82º34%98.04%-
XYZ55.3446.5196.5-
YUV186.05164.09140.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 165 (64.84% from 255) = 26.70%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=32.85%
G=26.70%
B=40.45%

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
Decimal2031652500.190.3400.02266.8289.4781.37
HexCBA5FA13220210b5951
Octal313245372234202413131121
Binary1100101110100101111110101001110001001010000101110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5FA; }

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

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

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

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

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

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

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

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