#A566FF

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

Shades of Light Slate Blue #A566FF

Tints of Light Slate Blue #A566FF

Color information

#A566FF (or 0xA566FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 66 and FF. RGB value is (165,102,255). Sum of RGB (Red+Green+Blue) = 165+102+255=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #A566FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A566FF is #5A9900. Grayscale: #898989. Windows color (decimal): -5937409 or 16737957. OLE color: 16737957.

HSL color Cylindrical-coordinate representation of color #A566FF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A566FF is Cyan = 0.35, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB165102255-
CMYK0.350.600
HSL264.71º100%70%-
HSV(B)264.71º60%100%-
XYZ38.3224.7297.36-
YUV138.28193.87147.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 102 (40.23% from 255) = 19.54%
BLUE value IS 255 (100% from 255) = 48.85%
R=31.61%
G=19.54%
B=48.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651022550.350.600264.7110070
HexA566FF233C001096446
Octal245146377437400411144106
Binary101001011100110111111111000111111000010000100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A566FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A566FF; }

 p { color: rgb(165,102,255); }

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

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

 a { background-color: rgb(165,102,255); }

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

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

 span { border-color: rgb(165,102,255); }

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