#CBA7FA

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

Shades of Mauve #CBA7FA

Tints of Mauve #CBA7FA

Color information

#CBA7FA (or 0xCBA7FA) is unknown color: approx Mauve. HEX triplet: CB, A7 and FA. RGB value is (203,167,250). Sum of RGB (Red+Green+Blue) = 203+167+250=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FA is #345805. Grayscale: #BABABA. Windows color (decimal): -3430406 or 16426955. OLE color: 16426955.

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

Color convert

RGB203167250-
CMYK0.190.3300.02
HSL266.02º89.25%81.76%-
HSV(B)266.02º33.2%98.04%-
XYZ55.747.2496.62-
YUV187.23163.43139.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 167 (65.62% from 255) = 26.94%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=32.74%
G=26.94%
B=40.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031672500.190.3300.02266.0289.2581.76
HexCBA7FA13210210a5952
Octal313247372234102412131122
Binary1100101110100111111110101001110000101010000101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7FA; }

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

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

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

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

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

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

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

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