#A65CA4

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

Shades of Violet Blue #A65CA4

Tints of Violet Blue #A65CA4

Color information

#A65CA4 (or 0xA65CA4) is unknown color: approx Violet Blue. HEX triplet: A6, 5C and A4. RGB value is (166,92,164). Sum of RGB (Red+Green+Blue) = 166+92+164=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A65CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CA4 is #59A35B. Grayscale: #7A7A7A. Windows color (decimal): -5874524 or 10771622. OLE color: 10771622.

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

Color convert

RGB16692164-
CMYK00.450.010.35
HSL301.62º29.37%50.59%-
HSV(B)301.62º44.58%65.1%-
XYZ26.2518.4437.3-
YUV122.33151.52159.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=39.34%
G=21.80%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669216400.450.010.35301.6229.3750.59
HexA65CA402D12312e1d33
Octal2461342440551434563563
Binary101001101011100101001000101101110001110010111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CA4; }

 p { color: rgb(166,92,164); }

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

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

 a { background-color: rgb(166,92,164); }

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

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

 span { border-color: rgb(166,92,164); }

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