#A568A1

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

Shades of Violet Blue #A568A1

Tints of Violet Blue #A568A1

Color information

#A568A1 (or 0xA568A1) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and A1. RGB value is (165,104,161). Sum of RGB (Red+Green+Blue) = 165+104+161=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A568A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A568A1 is #5A975E. Grayscale: #808080. Windows color (decimal): -5936991 or 10578085. OLE color: 10578085.

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

Color convert

RGB165104161-
CMYK00.370.020.35
HSL303.93º25.31%52.75%-
HSV(B)303.93º36.97%64.71%-
XYZ26.920.4736.25-
YUV128.74146.21153.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=38.37%
G=24.19%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510416100.370.020.35303.9325.3152.75
HexA568A10252231301935
Octal2451502410452434603165
Binary1010010111010001010000101001011010001110011000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568A1; }

 p { color: rgb(165,104,161); }

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

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

 a { background-color: rgb(165,104,161); }

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

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

 span { border-color: rgb(165,104,161); }

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