#A43CAB

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

Shades of Violet Blue #A43CAB

Tints of Violet Blue #A43CAB

Color information

#A43CAB (or 0xA43CAB) is unknown color: approx Violet Blue. HEX triplet: A4, 3C and AB. RGB value is (164,60,171). Sum of RGB (Red+Green+Blue) = 164+60+171=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #A43CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43CAB is #5BC354. Grayscale: #676767. Windows color (decimal): -6013781 or 11222180. OLE color: 11222180.

HSL color Cylindrical-coordinate representation of color #A43CAB: hue angle of 296.22º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43CAB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16460171-
CMYK0.040.6500.33
HSL296.22º48.05%45.29%-
HSV(B)296.22º64.91%67.06%-
XYZ24.2814.0639.96-
YUV103.75165.96170.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 60 (23.83% from 255) = 15.19%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=41.52%
G=15.19%
B=43.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164601710.040.6500.33296.2248.0545.29
HexA43CAB441021128302d
Octal2447425341010414506055
Binary101001001111001010101110010000010100001100101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43CAB; }

 p { color: rgb(164,60,171); }

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

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

 a { background-color: rgb(164,60,171); }

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

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

 span { border-color: rgb(164,60,171); }

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