#A43DA7

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

Shades of Violet Blue #A43DA7

Tints of Violet Blue #A43DA7

Color information

#A43DA7 (or 0xA43DA7) is unknown color: approx Violet Blue. HEX triplet: A4, 3D and A7. RGB value is (164,61,167). Sum of RGB (Red+Green+Blue) = 164+61+167=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #A43DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DA7 is #5BC258. Grayscale: #676767. Windows color (decimal): -6013529 or 10960292. OLE color: 10960292.

HSL color Cylindrical-coordinate representation of color #A43DA7: hue angle of 298.3º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43DA7 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16461167-
CMYK0.020.6300.35
HSL298.3º46.49%44.71%-
HSV(B)298.3º63.47%65.49%-
XYZ23.9514.0238-
YUV103.88163.62170.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 61 (24.22% from 255) = 15.56%
BLUE value IS 167 (65.62% from 255) = 42.60%
R=41.84%
G=15.56%
B=42.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164611670.020.6300.35298.346.4944.71
HexA43DA723F02312a2e2d
Octal244752472770434525655
Binary1010010011110110100111101111110100011100101010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43DA7; }

 p { color: rgb(164,61,167); }

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

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

 a { background-color: rgb(164,61,167); }

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

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

 span { border-color: rgb(164,61,167); }

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