#A3629B

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

Shades of Violet Blue #A3629B

Tints of Violet Blue #A3629B

Color information

#A3629B (or 0xA3629B) is unknown color: approx Violet Blue. HEX triplet: A3, 62 and 9B. RGB value is (163,98,155). Sum of RGB (Red+Green+Blue) = 163+98+155=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3629B is #5C9D64. Grayscale: #7B7B7B. Windows color (decimal): -6069605 or 10183331. OLE color: 10183331.

HSL color Cylindrical-coordinate representation of color #A3629B: hue angle of 307.38º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3629B is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB16398155-
CMYK00.400.050.36
HSL307.38º26.1%51.18%-
HSV(B)307.38º39.88%63.92%-
XYZ25.3918.8933.32-
YUV123.93145.53155.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 98 (38.67% from 255) = 23.56%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=39.18%
G=23.56%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639815500.400.050.36307.3826.151.18
HexA3629B0285241331a33
Octal2431422330505444633263
Binary10100011110001010011011010100010110010010011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3629B; }

 p { color: rgb(163,98,155); }

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

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

 a { background-color: rgb(163,98,155); }

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

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

 span { border-color: rgb(163,98,155); }

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