#A8629D

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

Shades of Violet Blue #A8629D

Tints of Violet Blue #A8629D

Color information

#A8629D (or 0xA8629D) is unknown color: approx Violet Blue. HEX triplet: A8, 62 and 9D. RGB value is (168,98,157). Sum of RGB (Red+Green+Blue) = 168+98+157=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8629D is #579D62. Grayscale: #7D7D7D. Windows color (decimal): -5741923 or 10314408. OLE color: 10314408.

HSL color Cylindrical-coordinate representation of color #A8629D: hue angle of 309.43º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8629D is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16898157-
CMYK00.420.070.34
HSL309.43º28.69%52.16%-
HSV(B)309.43º41.67%65.88%-
XYZ26.619.4934.26-
YUV125.66145.69158.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=39.72%
G=23.17%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689815700.420.070.34309.4328.6952.16
HexA8629D02A7221351d34
Octal2501422350527424653564
Binary10101000110001010011101010101011110001010011010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8629D; }

 p { color: rgb(168,98,157); }

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

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

 a { background-color: rgb(168,98,157); }

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

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

 span { border-color: rgb(168,98,157); }

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