#A65CB1

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

Shades of Violet Blue #A65CB1

Tints of Violet Blue #A65CB1

Color information

#A65CB1 (or 0xA65CB1) is unknown color: approx Violet Blue. HEX triplet: A6, 5C and B1. RGB value is (166,92,177). Sum of RGB (Red+Green+Blue) = 166+92+177=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #A65CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CB1 is #59A34E. Grayscale: #7B7B7B. Windows color (decimal): -5874511 or 11623590. OLE color: 11623590.

HSL color Cylindrical-coordinate representation of color #A65CB1: hue angle of 292.24º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65CB1 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16692177-
CMYK0.060.4800.31
HSL292.24º35.27%52.75%-
HSV(B)292.24º48.02%69.41%-
XYZ27.4918.9443.8-
YUV123.82158.02158.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=38.16%
G=21.15%
B=40.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166921770.060.4800.31292.2435.2752.75
HexA65CB163001F1242335
Octal2461342616600374444365
Binary10100110101110010110001110110000011111100100100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CB1; }

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

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

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

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

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

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

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

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